

	function openplayer(sID,cID,rID,pID){
			popupWin = window.open("http://www.e-radio.gr/player/player.asp?sID="+sID, "eradioplayer", 'width=820, height=710, scrollbars=no');	
	}

	function openContact(stationID){
		popupWin = window.open('http://www.e-radio.gr/pop_contact.asp?sID='+stationID, 'contact', 'width=530, height=380, scrollbars=none');
	}
