/* Smaller scripts gathered - lesser http req */
function MM_openBrWindow(theURL,winName,features,id) { //v2.0
  window.open(theURL,winName,features);
}

function blank() {}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  if(selObj.options[selObj.selectedIndex].value=="null") { return false }
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function openPlayer() {
	var player = window.open("http://player.minradio.no/Player.aspx?playerkey=startsiden_no", "NWRPlayer", "width=565,height=500,scrollbars=no,resizable=no");
	player.focus();
	window.setTimeout("proceed();", 1000);
}
function proceed() {
	if (window.opener != null) {
		window.close();
	}
}