window.moveTo(0,0);
aw = screen.availWidth;
ah = screen.availHeight; 
window.resizeTo(aw,ah);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


	function open_close_group(group)
	{
		var curdiv = document.getElementById(group);
		if (curdiv.style.display == "none")
		{
			curdiv.style.display = "";
		}
		else
		{
			curdiv.style.display = "none";
		}
	}

   function PopupVenster(id) {    window.open("php/track.php?mp3_id="+id, "", "resizable=0,HEIGHT=250,WIDTH=220");
}

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

