function MatchTracker(URL)                                             
{
	return false;
	//window.open("/rugbyworldcup/" + Language + "/tournament/matches/match+" + MatchNum + "/Match+Tracker","_blank","channelmode=no,directories=no,fullscreen=no,height=650,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=670");	
	//window.open(URL,"_blank","channelmode=no,directories=no,fullscreen=no,height=556,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=670");	
}
function MatchTrackerLite(URL)                                             
{
	return false;
	//window.open("/rugbyworldcup/" + Language + "/tournament/matches/match+" + MatchNum + "/Match+Tracker+Lite","_blank","channelmode=no,directories=no,fullscreen=no,height=130,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=280");
	window.open(URL,"_blank","channelmode=no,directories=no,fullscreen=no,height=140,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=284");	
}
function MaximizeTracker(URL)                                             
{
	return false;
	//window.open("/rugbyworldcup/" + Language + "/tournament/matches/match+" + MatchNum + "/Match+Tracker","_blank","channelmode=no,directories=no,fullscreen=no,height=650,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=700");
	window.open(URL,"_blank","channelmode=no,directories=no,fullscreen=no,height=556,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=700");
	window.close();
}
function MinimizeTracker(URL)                                             
{
	return false;
	//window.open("/rugbyworldcup/" + Language + "/tournament/matches/match+" + MatchNum + "/Match+Tracker+Lite","_blank","channelmode=no,directories=no,fullscreen=no,height=130,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=280");
	window.open(URL,"_blank","channelmode=no,directories=no,fullscreen=no,height=140,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,width=284");
	window.close();
}
function CloseTracker()                                             
{
	window.close();
}