function printNavi(){
	get_data = GetCookie("@ihonet");
	if(get_data==null){
		var Html ="<img src=\"http://www.nikkokix.com/2006topimg/header.jpg\" width=\"760\" height=\"45\" usemap=\"#header\" border=\"0\"><br>";
		Html +="<map name=\"header\">";
		Html +="<area shape=\"rect\" coords=\"18,5,295,40\" href=\"http://www.nikkokix.com\" alt=\"ホテル日航関西空港\">";
		Html +="<area shape=\"rect\" coords=\"486,6,580,23\" href=\"http://www.nikkokix.com/e/top.html\" alt=\"English\">";
		Html +="<area shape=\"rect\" coords=\"591,6,676,23\" href=\"http://www.nikkokix.com/c/top.html\" alt=\"中文簡体字\">";
		Html +="<area shape=\"rect\" coords=\"690,6,750,22\" href=\"http://www.nikkokix.com/k/top.html\" alt=\"Korean\">";
		Html +="<area shape=\"rect\" coords=\"553,28,610,40\" href=\"http://www.nikkokix.com/renewal2007/recruit/profile.html\" alt=\"採用情報\">";
		Html +="<area shape=\"rect\" coords=\"618,28,688,40\" href=\"http://www.nikkokix.com/renewal2007/sitemap.html\" alt=\"サイトマップ\">";
		Html +="<area shape=\"rect\" coords=\"695,28,750,40\" href=\"http://www.nikkokix.com/renewal2007/mailbox/mailbox.shtml\" alt=\"お問合せ\">";
		Html +="</map>";
		document.write(Html);
	}else{
		var Html ="<img src=\"http://www.nikkokix.com/2006topimg/header_cookie.jpg\" width=\"760\" height=\"45\" usemap=\"#header_cookie\" border=\"0\"><br>";
		Html +="<map name=\"header_cookie\">";
		Html +="<area shape=\"rect\" coords=\"695,28,750,40\" href=\"http://www.nikkokix.com/renewal2007/mailbox/mailbox.shtml\" alt=\"お問合せ\">";
		Html +="</map>";
		document.write(Html);
	}
}

