<!--

/*
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=-7;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=60; // no quotes!!
barText="SIDE MENU"; // <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]=["Menu"] //create header
ssmItems[1]=["Home", "main1.htm", "mainFrame"]
ssmItems[2]=["เกี่ยวกับ NETC", "about netc.htm","mainFrame"]
ssmItems[3]=["อาจารย ์", "Our staff.htm", "mainFrame"]
ssmItems[4]=["Jobs", "jobs.htm", "mainFrame"]

ssmItems[5]=["การเรียนที่  NETC", "", ""] //create header
ssmItems[6]=["การเรียน", "study at netc.htm", "mainFrame", 1, "no"] //create two column row
ssmItems[7]=["กิจกรรม", "activities.htm", "mainFrame",1]
ssmItems[8]=["คอร์ส", "courses.htm", "mainFrame"]


ssmItems[9]=["Contact", "", ""] //create header
ssmItems[10]=["Address", "address.htm", "mainFrame"]
ssmItems[11]=["E-mail", "e-mail.htm", "mainFrame"]


buildMenu();

//-->

//-->