function openWindow()
{
	if ((screen.width>=1024) && (screen.height>=768))
	{
		window.open('http://www.hri-racing.ie/vtx18/jwe900600.html','name','width=970,height=668,toolbar=no,location=no,menubar=no,Top=10,Left=10,ScreenX=10,ScreenY=10')
	}
	else
	{
		window.open('http://www.hri-racing.ie/vtx18/jwe750500.html','name','width=750,height=500,toolbar=no,location=no,menubar=no,Top=10,Left=10,ScreenX=10,ScreenY=10')
	}	
}
function openWindow2()
{
	if ((screen.width>=1024) && (screen.height>=768))
	{
		window.open('http://www.hri-racing.ie/vtx18/pub900600.html','name','width=970,height=668,toolbar=no,location=no,menubar=no,Top=10,Left=10,ScreenX=10,ScreenY=10')
	}
	else
	{
		window.open('http://www.hri-racing.ie/vtx18/pub750500.html','name','width=750,height=500,toolbar=no,location=no,menubar=no,Top=10,Left=10,ScreenX=10,ScreenY=10')
	}	
}
function openWindow3()
{
	window.open('raceseq.asp','name','width=' + screen.width +',height=' + screen.height + ',toolbar=yes,location=no,scrollbars=yes,menubar=no,Top=0,Left=0,ScreenX=0,ScreenY=0')
}
function openWindow4()
{
	var sheight = screen.height - 150;
	window.open('FlatRatings.htm','name','width=' + screen.width +',height=' + sheight + ',toolbar=yes,location=no,scrollbars=yes,menubar=no,Top=0,Left=0,ScreenX=0,ScreenY=0')
}
function openWindow5()
{
	var sheight = screen.height - 150;
	window.open('NHRatings.htm','name','width=' + screen.width +',height=' + sheight + ',toolbar=yes,location=no,scrollbars=yes,menubar=no,Top=0,Left=0,ScreenX=0,ScreenY=0')
}
function openWindow6()
{
	var sheight = screen.height - 150;
	window.open('entries/entry_status.html','name','width=' + screen.width +',height=' + sheight + ',toolbar=yes,location=no,scrollbars=yes,menubar=no,Top=0,Left=0,ScreenX=0,ScreenY=0')
}
function GotoMapPage(strURL)
	{			
		location.href=strURL;
	}
