// ** Launch Player **
function LaunchPlayer () {
	x7 = 0
	y7 = 0
	var msgWindow=open('http://totalrock.com/player/jetcast12.php','trplayer','width=367,height=327,menubar=no,scrollable=no,resizable=no,status=no,scrollbars=no,left='+x7+',top='+y7);
	msgWindow.focus();
}
// ** Launch Player ** temp workaround new address
function LaunchPlayermp3 () {
	x7 = 0
	y7 = 0
	var msgWindow=open('http://totalrock.com/player/mp3autoplay.php','trplayer','width=475,height=425,menubar=no,scrollable=no,resizable=no,status=no,scrollbars=no,left='+x7+',top='+y7);
	msgWindow.focus();
}
// ** Launch DJcam **
function Launchdjcam () {
	x7 = 40
	y7 = 25
	var msgWindow=open('http://totalrock.com/player/djcam.php','trdjcam','width=160,height=135,menubar=no,scrollable=no,resizable=no,status=no,scrollbars=no,left='+x7+',top='+y7);
	msgWindow.focus();
}
// ** Launch Guestcam **
function Launchguestcam () {
	x7 = 210
	y7 = 25
	var msgWindow=open('http://totalrock.com/player/guestcam.php','trguestcam','width=160,height=135,menubar=no,scrollable=no,resizable=no,status=no,scrollbars=no,left='+x7+',top='+y7);
	msgWindow.focus();
}

