function headmenuitem(ixx,iyy,imenu,iurl,iname){
  var iyy2 = Number(iyy) + Number(16);
  document.write('<span class=xmenu style="position:absolute; top:' + iyy + 'px; left:' + ixx + 'px;">');
  if (imenu>=0){
     document.writeln('<a href="' + iurl + '" onMouseOut="FW_startTimeout();" onMouseOver="window.FW_showMenu(window.fw_menu_' + imenu + ',' + ixx + ',' + iyy2 + ');" onMouseDown="top.location.href=\'' + iurl + '\'" class=black target="_top">' + iname + '</a></span>');
  } else {
     document.writeln('<a href="' + iurl + '" class=black target="_top">' + iname + '</a></span>');
  }
}

headmenuitem(142,92,  0,root+'index.htm', 'Home');
headmenuitem(176,92, 10,root+'calen/newyear/index.htm', '年末年始');
headmenuitem(229,92, -1,root+'qa/index.htm', 'Q&amp;A');
headmenuitem(257,92, -1,root+'mag/index.htm', 'メルマガ');
headmenuitem(305,92, -1,'http://www.ffortune.net/cgi-bin/enq/main.cgi', '投票箱');
headmenuitem(346,92,  4,'http://www.ffortune.net/cgi-bin/bbs3/mview.cgi', '掲示板');
headmenuitem(387,92,  5,root+'calen/index.htm', 'こよみ');
headmenuitem(424,92,  6,root+'fortune/index.htm', '占い理論');
headmenuitem(476,92,  7,root+'social/index.htm', '人文');
headmenuitem(505,92,  8,root+'comp/index.htm', 'パソコン');
headmenuitem(552,92,  9,root+'comp/index.htm', 'リンク');
IWidth=468;
IHeight=60;

