	function MM_findObj(n, d) { //v3.0
	
	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
	}


	function openNewWindow(url, name, width, height, scrolls){
		popupWin = window.open(url, name, 'width=' + width + ', height=' + height + ', scrollbars=' + scrolls);
	}

	function openplayer(sID,cID,rID,pID){
		if (sID<=10 || sID==384){
			popupWin = window.open("http://www.e-radio.gr/player/player.asp?btID=1&sID="+sID+"&cID="+cID+"&rID="+rID+"&partnerID="+pID, "arionplayer", 'width=760, height=620, scrollbars=no');	
		}else{
			popupWin = window.open("http://www.e-radio.gr/player/player.asp?btID=1&sID="+sID+"&cID="+cID+"&rID="+rID+"&partnerID="+pID, "eradioplayer", 'width=660, height=490, scrollbars=no');	
		}
	}
	function openplayer2(sID,cID,rID,pID){		
		if (sID<=10 || sID==384){
			popupWin = window.open("http://www.e-radio.gr/player/player.asp?btID=1&sID="+sID+"&cID="+cID+"&rID="+rID+"&partnerID="+pID, "arionplayer", 'width=760, height=620, scrollbars=no');	
		}else{
			popupWin = window.open("http://www.e-radio.gr/player/player.asp?btID=1&sID="+sID+"&cID="+cID+"&rID="+rID+"&partnerID="+pID, "eradioplayer", 'width=660, height=490, scrollbars=no');	
		}	
	}

	function eradioplayer(pID){
		openplayer(0,0,0,pID);
	}
	function openArionPlayer(){
		popupWin = window.open('http://www.arionradio.com/player/default.asp', 'arionplayer', 'width=760, height=620, scrollbars=no')
	}
	function openPartyPlayer(){
		popupWin = window.open('http://www.athensparty.com/player/default.asp', 'arionplayer', 'width=760, height=620, scrollbars=no')
	}
	function openJukebox(){
		popupWin = window.open('http://www.e-radio.gr/player/jukebox.asp', 'jukebox', 'width=530, height=400, scrollbars=no')
	}
	function openChat(){
		popupWin = window.open('http://www.e-radio.gr/chat/index.html', 'chat', 'width=530, height=380, scrollbars=no')
	}

	
	function chooseTab(tabName){
	
		if (tabName=='menuHome'){
			document.getElementById('menuHome').style.display = "block";
			document.getElementById('menuLocations').style.display = "none";
			document.getElementById('menuCategories').style.display = "none";
			document.getElementById('menuRatings').style.display = "none";
		}		
		if (tabName=='menuLocations'){
			document.getElementById('menuHome').style.display = "none";
			document.getElementById('menuLocations').style.display = "block";
			document.getElementById('menuCategories').style.display = "none";
			document.getElementById('menuRatings').style.display = "none";
		}
		if (tabName=='menuCategories'){
			document.getElementById('menuHome').style.display = "none";
			document.getElementById('menuLocations').style.display = "none";
			document.getElementById('menuCategories').style.display = "block";
			document.getElementById('menuRatings').style.display = "none";
		}
		if (tabName=='menuRatings'){
			document.getElementById('menuHome').style.display = "none";
			document.getElementById('menuLocations').style.display = "none";
			document.getElementById('menuCategories').style.display = "none";
			document.getElementById('menuRatings').style.display = "block";
		}
		
	}
	
	function setHome(ssit_arg){
		if(navigator.appVersion.charAt(navigator.appVersion.indexOf("MSIE") + 5) >= 5 && navigator.platform.indexOf("Win16") == -1 
		&& navigator.platform.indexOf("Mac") == -1){
		ssit_arg.style.behavior='url(#default#homepage)';
		ssit_arg.setHomePage(document.location);
		ssit_arg.href="#";
		return true;
		}
		else {return false}
	}