  function request(){
	var w = window.open("email_req.asp", "request","right=100, top=100,width=468,height=344, toolbar=no,scrollbars=no, resizable=yes");
	if (window.focus) {w.focus()}
	}
function present(){
	var w = window.open("present.asp", "present","right=100, top=100,width=468,height=344, toolbar=no,scrollbars=no, resizable=yes");
	if (window.focus) {w.focus()}
	}
function friend(){
	var w = window.open("friend.asp", "present","right=100, top=100,width=468,height=344, toolbar=no,scrollbars=no, resizable=yes");
	if (window.focus) {w.focus()}
	}	
function player() {
	var station = document.getElementById('station').value;
	var w = window.open("http://rutune.com/player.asp?station=" + station, "player","resizable=no,menubar=no,scrollbars=no,width=300,height=124,top=200,left=200"); 
	MediaPlayer1.Mute;
 }
function news() {
	var w = window.open("http://rutune.com/news4.html", "news","resizable=no,menubar=no,scrollbars=no,width=434,height=226,top=200,left=200"); 
 }
function play(q){
	document.getElementById('ifrm_rutune').src="http://rutune.com/ifrm_nonstop.asp?st=" + q; 
}
 
function partners(adr){
	if (adr=="televed")
		var w = window.open("http://www.televed.com", "televed","right=100, top=100,width=1024,height=768,directories=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");
	if (adr=="survey")
		var w = window.open("partners.asp?w=s", "survey","right=100, top=100,width=1024,height=768,directories=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");		
	if (adr=="etv")
		var w = window.open("partners.asp?w=e", "etv","right=100, top=100,width=1000,height=768, directories=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");
	if (adr=="vr")
		var w = window.open("http://www.vradio.org/radiostations.php?id=73", "qvqv","right=100, top=100,width=1000,height=768, directories=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");
	if (adr=="wow")
		var w = window.open("http://rutune.com/wow.asp", "wow","right=100, top=100,width=900,height=668, directories=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");
	if (adr=="qvqv")
		var w = window.open("http://qiviquvivojas.ru", "qvqv","right=100, top=100,width=1000,height=768, directories=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");
	else if (adr=="klyaps")
		var w = window.open("partners.asp?w=k", "etv","right=100, top=100,width=1000,height=768, directories=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");
	if (adr=="disco")
		var w = window.open("partners.asp?w=disco", "etv","right=100, top=100,width=1000,height=768, directories=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");
	if (window.focus) {w.focus()}
	}

function get_player(url){
	//document.getElementById("tblPlayer").style.backgroundImage="url(images/BGnonstopWin.jpg)"; 
	document.getElementById('ifrm_rutune').src="http://rutune.com/ifrm_nonstop.asp?st=" + url;
	document.getElementById('station').src="images/logo_station.gif";
	 
}
