
function InitIdx()
{

 CommonInit()
    	 if (location.href=="http://www.zentech.co.nz/thebeachfrontbarcafe/index.php")
  {
	  window.location="http://www.thebeachfrontbarcafe.co.nz/index.php"
  }



}



function InitMen()
{
	
	CommonInit()
   	 if (location.href=="http://www.zentech.co.nz/thebeachfrontbarcafe/Menu.php")
  {
	  window.location="http://www.thebeachfrontbarcafe.co.nz/Menu.php"
  }


}

function InitWine()
{
	
	CommonInit()
   	 if (location.href=="http://www.zentech.co.nz/thebeachfrontbarcafe/Winelist.php")
  {
	  window.location="http://www.thebeachfrontbarcafe.co.nz/Winelist.php"
  }


}
function InitVenue()
{

CommonInit()

  	 if (location.href=="http://www.zentech.co.nz/thebeachfrontbarcafe/Venue.php")
  {
	  window.location="http://www.thebeachfrontbarcafe.co.nz/Venue.php"
  }

}

function InitFunc()
{
	CommonInit()
	
   	 if (location.href=="http://www.zentech.co.nz/thebeachfrontbarcafe/Function.php")
  {
	  window.location="http://www.thebeachfrontbarcafe.co.nz/Function.php"
  }

}

function InitCon()
{
CommonInit()
	
   	 if (location.href=="http://www.zentech.co.nz/thebeachfrontbarcafe/Contact.php")
  {
	  window.location="http://www.thebeachfrontbarcafe.co.nz/Contact.php"
  }

}

function InitLnk()
{
	CommonInit()
	
   	 if (location.href=="http://www.zentech.co.nz/thebeachfrontbarcafe/Links.php")
  {
	  window.location="http://www.thebeachfrontbarcafe.co.nz/Links.php"
  }

}
