<!--
onlineRoot="";
cgiRoot="";
offlineRoot="";
tmp=location.href;
if(tmp.indexOf('file:')>-1||tmp.charAt(1)==':') root=offlineRoot; else root=onlineRoot;

YOffset=40;
XOffset=0;

staticYOffset=30;
slideSpeed=2;
waitTime=5;
menuBGColor="#ffff00";
menuIsStatic="yes";
menuWidth=185;
menuCols=2;

hdrFontFamily="'‚l‚r ‚oƒSƒVƒbƒN',arial,'Osaka',sans-serif";
hdrFontSize="2";
hdrFontColor="#666666";
hdrBGColor="#ffff55";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="12";

linkFontFamily="'‚l‚r ‚oƒSƒVƒbƒN',arial,'Osaka',sans-serif";
linkBGColor="#ccffcc";
linkOverBGColor="#ff0000";
linkTarget="_blank";
linkAlign="left";
linkFontSize="0",

barBGColor="#ffffcc";
barFontFamily="'‚l‚r ‚oƒSƒVƒbƒN',arial,'Osaka',sans-serif";
barFontSize="0";
barFontColor="#50017A";
barVAlign="top";
barWidth=26;
barText="<IMG src='menubar.gif' width='30' height='300' border='0' align='top'";

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]= ["ƒƒjƒ…["] //create header
ssmItems[1]= ["<IMG src='menu/top.GIF' width='180' height='42' border='0' align='top'>","index.html", "_self"]
ssmItems[2]= ["<IMG src='menu/information.GIF' width='180' height='42' border='0' align='top'>","1information.html", "_self"]
ssmItems[3]= ["<IMG src='menu/blog.GIF' width='180' height='42' border='0' align='top'>","http://ootori.seesaa.net/", "_self"]
ssmItems[4]= ["<IMG src='menu/reportage.GIF' width='180' height='42' border='0' align='top'>","3repo.html", "_self"]
ssmItems[5]= ["<IMG src='menu/photo.GIF' width='180' height='42' border='0' align='top'>","4photo.html", "_self"]
ssmItems[6]= ["<IMG src='menu/simutrans.GIF' width='180' height='42' border='0' align='top'>","5simutrans.html", "_self"]
ssmItems[7]= ["<IMG src='menu/bbs.GIF' width='180' height='42' border='0' align='top'>","6bbs.html", "_self"]
ssmItems[8]= ["<IMG src='menu/tori.GIF' width='180' height='42' border='0' align='top'>","7ootori.html", "_self"]
ssmItems[9]= ["<IMG src='menu/game.GIF' width='180' height='42' border='0' align='top'>","http://m-ootori.hp.infoseek.co.jp/", "_self"]
ssmItems[10]=["<IMG src='menu/profile.GIF' width='180' height='42' border='0' align='top'>","9profile.html", "_self"]
ssmItems[11]=["<IMG src='menu/links.GIF' width='180' height='42' border='0' align='top'>","link.html", "_self"]

buildMenu();
//-->
