//-------------------------
//  header
//-------------------------

function printHeader(){
		
	var Html ="<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">";
	Html +="<tr>";
	Html +="<td width=\"15\"><img src=\"http://www.htl-expopark.jp/en/cs/image/spacer.gif\" border=\"0\" width=\"15\" height=\"1\"><br></td>";
	Html +="<td>";
	Html +="<br><a href=\"http://www.htl-expopark.jp/en/index.html\"><img src=\"http://www.htl-expopark.jp/en/cs/image/ttl_sub.gif\" border=\"0\" alt=\"HOTEL HANKYU EXPO PARK\"></a><br>";
	Html +="</td>";
	Html +="<td align=\"right\" valign=\"bottom\">";
	Html +="<a href=\"http://www.htl-expopark.jp/index.html\" onMouseOver=\"document.imgjpn.src='http://www.htl-expopark.jp/en/cs/image/bt_jpn_on.gif';\" onMouseOut=\"document.imgjpn.src='http://www.htl-expopark.jp/en/cs/image/bt_jpn.gif';\"><img src=\"http://www.htl-expopark.jp/en/cs/image/bt_jpn.gif\" border=\"0\" name=\"imgjpn\" alt=\"Japanese\" vspace=\"1\"></a>";
	Html +="</td>";
	Html +="<td width=\"15\"><img src=\"http://www.htl-expopark.jp/en/cs/image/spacer.gif\" border=\"0\" width=\"15\" height=\"1\"><br></td>";
	Html +="</tr>";
	Html +="</table>";
	Html +="<img src=\"http://www.htl-expopark.jp/cs/image/spacer.gif\" border=\"0\" width=\"1\" height=\"5\"><br>";
	document.write(Html);
}

//-------------------------
//  footer
//-------------------------
function printFooter(){
	var Html ="<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">";
	Html +="<tr>";
	Html +="<td valign=\"bottom\" align=\"right\" class=\"bggreen\" width=\"725\">";
	Html +="<span class=\"font11white\">HOTEL HANKYU EXPO PARK<br>Zip Code 565-0826&nbsp;&nbsp;1-5,Senri-Banpaku-Koen,Suita-City,Osaka<br>Tel. 06-6878-5151</span><br>";
	Html +="<img src=\"http://www.htl-expopark.jp/en/cs/image/copy.gif\" border=\"0\" vspace=\"7\"><br>";
	Html +="</td>";
	Html +="<td valign=\"top\" class=\"bggreen\" width=\"15\">";
	Html +="<img src=\"http://www.htl-expopark.jp/en/cs/image/spacer.gif\" border=\"0\" width=\"15\" height=\"100\"><br>";
	Html +="</td>";
	Html +="</tr>";
	Html +="</table>";
	document.write(Html);
}

function map() { 
  win = window.open("","sub","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=640,height=740");
	win.focus();
}

