function clicBeachDemo()
{
	lInt_CenterLeft = parseInt((parseInt(screen.availWidth) - 1024) / 2)
	lInt_CenterTop = parseInt((parseInt(screen.availHeight) - 768) / 2)
	if (parseInt(screen.height) >  768)
	{
		window.open ("clicBeach/getconfig.asp","clicBeach","height=768,width=1024,status=no,toolbar=no,menubar=no,location=no, left=" + lInt_CenterLeft + ", top=" + lInt_CenterTop)					
	}
	else
	{
		window.open ("clicBeach/getconfig.asp","clicBeach","fullscreen=yes")
	}
}
		
function showTooltip(aStr_Page)
{
	window.open(aStr_Page, "winToolTip", "width=460, height=400, toolbar=no, address=no, resizable=no, status=yes")
}
