/* open page */
function openPage(newLocation){
	windowName = "TranceRadioExternalPage";
	window.open (newLocation, windowName);
}

/* open quick response */
function openQuickResponse(){
	windowName = "TranceRadioQuickResponse";
	windowAttributes = "width=200,height=200,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no";

	window.open ("fix/img/qr_tranceradio.png", windowName);
}


/* open social network page */
function openSocialNetwork(socialNetworkType){
	windowName= "TranceRadioSocialNewtork";

	if (socialNetworkType == 'facebook') { 
		window.open ("http://www.facebook.com/TranceRadio", windowName);
	}
	else if (socialNetworkType == 'twitter') { 
		window.open ("http://twitter.com/tranceradio_ch", windowName);
	}
	else if (socialNetworkType == 'myspace') { 
		window.open ("http://www.myspace.com/tranceradio", windowName);
	}
	else if (socialNetworkType == 'soundcloud') { 
		window.open ("http://soundcloud.com/tranceradio", windowName);
	}
}

/******************************************************************
 * OLD ONES steffu
 *
 */

function openradiowma(){
	window.open ("http://tranceradio.ch/WebPlayer/mediaplay.html","Radio","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=320,height=450");
}

function openradiofla(){
	window.open ("/WebPlayer/Flashplayer-3/flaplay1.html","Radio","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=320,height=450");
}

function openvoice(){
	window.open ("http://www.tranceradio.ch/Recorder2/php/sender.php","Radio","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=550,height=400");
}

function openradiorm(){
    window.open ("http://tranceradio.ch/WebPlayer/realplay.html","Radio","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=319,height=335");
}

