function mmenu(mID) {
	var menu = document.getElementById(mID);
	var display = menu.style.display;
	menu.style.display = (display == "block") ? "none" : "block";
	menu.parentNode.style.listStyleImage = (display == "block") ? "url(cartellachiusa.gif)" : "url(cartellaaperta.gif)";
}

function openfinestra2(page, target)
{	
	window.open(page, target, 'width=400,height=400,resizable=1,toolbar=0,status=0,scrollbars=1');
}

function mostrafrequenza()
{
	freq = new Array("98.3", "97.7", "97.7", "97.7", "97.7", "101.3", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "98.3", "101.3", "97.7", "98.3", "97.7", "97.7", "98.3", "97.7", "97.7", "97.7", "98.3", "98.3", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "101.3", "98.3", "97.7", "98.3", "98.3", "98.3", "101.3", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "101.3", "97.7", "101.3", "97.7", "98.3", "97.7", "97.7", "97.7", "97.7", "97.7", "98.3", "97.7", "97.7", "97.7", "97.7", "97.7", "98.3", "98.3", "98.3", "97.7", "97.7", "98.3", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "98.3", "101.3", "97.7", "98.3", "98.3", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "101.3", "97.7", "97.7", "97.7", "97.7", "97.5", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7", "97.7");
	document.frequenze.frequenza.value = freq[document.frequenze.loc.selectedIndex] + " MHz";
}

function spediscisms()
{
	document.sms.msg.value = document.sms.messaggio.value;
	document.sms.submit();
}


var bookmarkurl="http://www.radioadige.it"
var bookmarktitle="Radio Adige"
function addbookmark()
{
	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
