// JavaScript Document
function gopage(a)
{
if (a==1)
	{
	parent.location.href="index.php";
	}
if (a==2)
	{
	parent.location.href="index_product.php";
	}
if (a==3)
	{
	parent.location.href="news.php";
	}
if (a==41)
	{
	//alert("Coming soon!");
	MM_showHideLayers('sm','','show');
	}
if (a==43)
	{
	parent.location.href="shopping_center.php";
	}
if (a==42)
	{
	MM_showHideLayers('sm','','hide');
	}
if (a==44)
	{
	parent.location.href="wheretobuy.php";
	}

if (a==5)
	{
	parent.location.href="registration.php";
	}
if (a==6)
	{
	parent.location.href="tech_support.php";
	}
if (a==7)
	{
	parent.location.href="contact_us.php";
	}
}