<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=160; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // 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="#339900";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // 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]=["สารบัญ"] //create header
ssmItems[1]=["ข่าวประชาสัมพันธ์", "info.html", ""]
ssmItems[2]=["ประวัติความเป็นมา", "history.html",""]
ssmItems[3]=["บริการของห้องสมุด", "serv.html", ""]
ssmItems[4]=["กิจกรรม", "acti.html", ""]
ssmItems[5]=["การสมัครเป็นสมาชิกห้องสมุด", "member.html", ""]
ssmItems[6]=["เสนอสื่อเพื่อการจัดหาเข้าห้องสมุด", "http://www.geocities.com/samutprakan_lib/Lib008.html", ""]
ssmItems[7]=["บุคลากร", "emp.html", ""]
ssmItems[8]=["ข้อแนะนำการใช้ห้องสมุด", "info2.html", ""]
ssmItems[9]=["ห้องสมุด online", "http://www.thai-library.com/library.php?pdata_id=75", ""]
ssmItems[10]=["ผู้ให้การสนับสนุน", "lib001.html", ""]
ssmItems[11]=["คณะกรรมการห้องสมุด", "lib002.html", ""]
ssmItems[12]=["แนะนำหนังสือใหม่", "new_book01.html", ""]
buildMenu();

//-->