<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="7B7A7A";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#7B7A7A";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#D1CFCF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=45; // no quotes!!
barText='<IMG SRC="images/javamenu.jpg" WIDTH="77" HEIGHT="200" BORDER="0">'
; // <IMG> tag supported. Put exact html for an image to show.
//
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["サイトメニュー"] //create header
ssmItems[1]=["サポートBBS", "http://www.kg-group.com/2ch/sup", ""]
ssmItems[2]=["はじめに", "./index.html", ""]
ssmItems[3]=["さあ、使ってみよう", "./let's_try.html",""]
ssmItems[4]=["サーバーの設定", "./server.html", ""]
ssmItems[5]=["遠隔操作の制限", "./lock.html", ""]
ssmItems[6]=["画面描画の設定", "./display.html", "",""]
ssmItems[7]=["クライアントの設定", "./client.html", ""]
ssmItems[8]=["IPマーカーを使う", "./IPMaker.html", ""]
ssmItems[9]=["こんな時は・・", "./other.html", ""] 
ssmItems[10]=["使用許諾・規約", "./cr.html",""]
ssmItems[11]=["ダウンロード", "http://www.vector.co.jp/soft/win95/net/se271881.html", ""]
ssmItems[12]=["ユーザー登録", "https://sw.vector.co.jp/swreg/step1.reserve?srno=SR032829&site=v", ""]
ssmItems[13]=["ホームページ", "http://www.kg-group.com/", ""]
ssmItems[14]=["", "http://www.kg-group.com/", "",1, "no"] //create two column row
ssmItems[15]=["E-mail", "mailto:suzuki@kg-group.com", "",1]

buildMenu();

//-->

