function GetFileName(file_url){
  file_url = file_url.substring(file_url.lastIndexOf("/")+1,file_url.length)
  return file_url;
}

document.open();

   //* ################################ TOP MENU ################################ *//
document.write("<table border=0 cellspacing=0 cellpadding=0 width=800 bgcolor=#1D153F>");
document.write(" <tr>");
document.write("  <td>");

document.write("   <table border=0 width=800 cellspacing=0 cellpadding=0 bgcolor=#1D153F>");
document.write("    <tr>");
document.write("     <td>");
document.write("      <a href=http://www4.pf-x.net/~ilac/ target=_top><img src=http://www4.pf-x.net/~ilac/contents/images/logo2.gif border=0></a>");
document.write("      <img src=http://www4.pf-x.net/~ilac/contents/images/leaf.gif>");
document.write("     </td>");

if ((GetFileName(location.href) == 'index.html') || (GetFileName(location.href) == '')){

	document.write("     <td class=txt_w9 align=right valign=bottom>");
	document.write("      Total: <img src=http://www4.pf-x.net/~ilac/cgi-bin/counter/daycount.cgi?gif>");
	document.write("     </td>");

}


document.write("    </tr>");
document.write("   </table>");

document.write("  </td>");
document.write(" </tr>");
document.write(" <tr>");
document.write("  <td>");


document.write("   <table width=800 height=23 border=1 cellspacing=0 cellpadding=0 bordercolorlight=#1D153F bordercolordark=#808080 bgcolor=#4C4C4C class=ALPHA1>");
document.write("    <tr>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=http://www4.pf-x.net/~ilac/ target=_top class=Menu>H O M E</A>");
document.write("     </td>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=http://www4.pf-x.net/~ilac/contents/comparison/index.html target=_top class=Menu>留学センター</A>");
document.write("     </td>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=http://www4.pf-x.net/~ilac/contents/bbs/bbs.php target=_top class=Menu>掲示板</A>");
document.write("     </td>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=http://www4.pf-x.net/~ilac/contents/blog/blog.html target=_top class=Menu>ブログリンク</A>");
document.write("     </td>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=http://www4.pf-x.net/~ilac/contents/askhikaru/askhikaru.php target=_top class=Menu>質問コーナー</A>");
document.write("     </td>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=http://www4.pf-x.net/~ilac/contents/mycanada/mycanada.php target=_top class=Menu>私のカナダ</A>");
document.write("     </td>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=http://www4.pf-x.net/~ilac/contents/link/link.html target=_top class=Menu>リンク</A>");
document.write("     </td>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=http://www4.pf-x.net/~ilac/contents/aboutsite/aboutsite.html target=_top class=Menu>サイトについて</A>");
document.write("     </td>");

document.write("     <td width=88 align=center>");
document.write("      <A HREF=javascript:popup_mail('http://www4.pf-x.net/~ilac/contents/contact/contact.html') class=Menu>お問合せ</A>");
document.write("     </td>");

document.write("    </tr>");
document.write("   </table>");



document.write("  </td>");
document.write(" </tr>");
document.write("</table>");

   //* ################################ TOP MENU[END] ################################ *//










document.close();


