<script language="JavaScript">
var javascript_version = 1.0;
</script>
<script language="JavaScript1.1">
javascript_version = 1.1;
</script>
<script language="JavaScript">
var newwin;
function launchNetwork()
{
var winname;
var winurl;
var winfeatures;
	// winfeatures = "width=792, height=716, resizable=1, top=0, left=0";
	// winurl = "http://viewers.multicastmedia.com/viewer/SystemCheck.aspx?networkid=3000107";
	// winfeatures = "width=872, height=700, resizable=1, top=0, left=0";
	// winurl = "http://www2.triathlon.org/live/flash-video-streaming/live_player.htm";
	
	// Use the lines below for live player login
	//winfeatures = "width=720, height=450, resizable=0, top=0, left=0";
	//winurl="http://www.triathlon.org/live/liveLogin.php"; // Live login page
	//winurl = "http://www.triathlon.org/files/media/online/live/2009/tisza/player.php"; // Direct to player
	//winurl = "http://www.triathlon.org/?call=TVRnNQ==&keep=sh"; // WCS VOD
	
	// Use the lines below for pre-race countdown
	//winfeatures = "width=180, height=150, resizable=0, top=0, left=0";
	//winurl = "http://www.triathlon.org/live/countdown.php";
	
	//winfeatures = "width=200, height=200, resizable=0, top=0, left=0";
	//winurl = "http://www.championchip.hu/eredmenyek/detailed.php?EventId=TriMix08DAd&Action=List";
	
	
//	newwin = window.open(winurl,winname,winfeatures);
	window.open ("http://www.triathlon.org/?call=TVRnNQ==&keep=sh","mywindow"); 
//	window.open (winurl,winname,winfeatures);
	if(javascript_version > 1.0)
	{
 		setTimeout('newwin.focus();',250);
	}
}
</script>
