function SH_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}

function favoris() {
	if(navigator.appName != 'Microsoft Internet Explorer') {
		window.sidebar.addPanel("Romradio.ch - La webradio suisse romande","http://www.romradio.ch","");
	}
	else {
		window.external.AddFavorite("http://www.romradio.ch","Romradio.ch - La webradio suisse romande");
	}
}