function profileOpen() {
  window.open('', 'profile', 'toolbar=no, location=no, status=no, menubar=no, resizable, scrollbars=no, height=640, width=750, left=0, top=0');
}
function mailOpen() {
  window.open('', 'mail', 'toolbar=no, location=no, status=no, menubar=no, resizable, scrollbars=no, height=660, width=750, left=0, top=0');
}
function bbsOpen() {
  window.open('', 'bbs', 'toolbar=no, location=no, status=no, menubar=no, resizable, scrollbars=yes, height=750, width=750, left=0, top=0');
}
function bannerOpen() {
  window.open('', 'banner', 'toolbar=no, location=no, status=no, menubar=no, resizable, scrollbars=yes, height=750, width=760, left=0, top=0');
}

var main_menu_top = "<a href='./top.html' target='_self' style='color:rgb(128,96,96);text-decoration:none' onMouseOut=this.className='main_menu_out' onMouseOver=this.className='main_menu_on'><span style='color:rgb(255,128,128)'>＊</span>トップ&nbsp;</a>";
var main_menu_azone = "<a href='./A/index.php' target='_self' style='color:rgb(128,96,96);text-decoration:none' onMouseOut=this.className='main_menu_out' onMouseOver=this.className='main_menu_on'><span style='color:rgb(255,128,128)'>＊</span>Ａｚｏｎｅ&nbsp;</a>";
var main_menu_cat = "<a href='http://shighe.com/cat/' target='_self' style='color:rgb(128,96,96);text-decoration:none' onMouseOut=this.className='main_menu_out' onMouseOver=this.className='main_menu_on'><span style='color:rgb(255,128,128)'>＊</span>かつて 野良猫 だった 親子に関する観察メモ&nbsp;</a>";
var main_menu_D = "<a href='./D/' target='_self' style='color:rgb(128,96,96);text-decoration:none' onMouseOut=this.className='main_menu_out' onMouseOver=this.className='main_menu_on'><span style='color:rgb(255,128,128)'>＊</span>ＦｕＲａｋｕＴａＲｕ'ｓ Ｄ&nbsp;</a>";
var main_menu_fractshirt = "<a href='./T/top.html' target='_self' style='color:rgb(128,96,96);text-decoration:none' onMouseOut=this.className='main_menu_out' onMouseOver=this.className='main_menu_on'><span style='color:rgb(255,128,128)'>＊</span>フラクＴシャツ&nbsp;</a>";
var main_menu_space = "&nbsp;";

if(main_menu_code == "") {
  ;
}
else if(main_menu_code == "top") {
  main_menu_top = "<span style='color:rgb(255,128,128);background-color:rgb(255,204,204)'>＊</span><span style='color:rgb(128,96,96);background-color:rgb(255,204,204)'>トップ&nbsp;</span>";
}
else if(main_menu_code == "azone") {
  main_menu_azone = "<span style='color:rgb(255,128,128);background-color:rgb(255,204,204)'>＊</span><span style='color:rgb(128,96,96);background-color:rgb(255,204,204)'>Ａｚｏｎｅ&nbsp;</span>";
}
else if(main_menu_code == "cat") {
  main_menu_cat = "<span style='color:rgb(255,128,128);background-color:rgb(255,204,204)'>＊</span><span style='color:rgb(128,96,96);background-color:rgb(255,204,204)'>かつて 野良猫 だった 親子に関する観察メモ&nbsp;</span>";
}
else if(main_menu_code == "D") {
  main_menu_D = "<span style='color:rgb(255,128,128);background-color:rgb(255,204,204)'>＊</span><span style='color:rgb(128,96,96);background-color:rgb(255,204,204)'>ＦｕＲａｋｕＴａＲｕ'ｓ Ｄ&nbsp;</span>";
}
else if(main_menu_code == "fractshirt") {
  main_menu_fractshirt = "<span style='color:rgb(255,128,128);background-color:rgb(255,204,204)'>＊</span><span style='color:rgb(128,96,96);background-color:rgb(255,204,204)'>フラクＴシャツ&nbsp;</span>";
}

document.write("<table align='center' border='0' cellpadding='0' cellspacing='0' height='25' width='726'>");
document.write("<tr>");
document.write("<td align='right' bgcolor='#ffffff' class='main_menu'>");
document.write(main_menu_top);
document.write(main_menu_space);
document.write(main_menu_azone);
document.write(main_menu_space);
//document.write(main_menu_cat);
document.write(main_menu_space);
document.write(main_menu_D);
document.write(main_menu_space);
document.write(main_menu_fractshirt);
document.write(main_menu_space);
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.close();

