function na (navi)
{
	if ((navi == "link1") || (navi == "link2"))
	{
		var url = "http://www.yatego.com";
	}
	document.location.href = url;
}