function Go_AdSite(sURL)
{
	if (sURL > "")
	{
		window.open(sURL,null,"toolbar=yes,scrollbars=yes, location=no");
	}
}
