<!--
/*
Copyright ฉ MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=00; // no quotes!!
staticYOffset=05; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="main";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Main Menu เมนูหลัก", "ICE MAIN MENU")
addItem("PRODUCTS ผลิตภัณฑ์", "productmenu.html", "");
addItem("SERVICE     บริการ", "servicemenu.html", "");
addItem("CONTACT   ติดต่อ", "contact/contact.html", "");
addItem("ABOUT US เกี่ยวกับไอซีอี", "about.html", "");
addItem("LINKS         ลิ้งค์", "links.html", "");
addItem("HOME          หน้าหลัก", "main.html", "");
addHdr("IC ELECTRONICS");
addHdr("สำหรับผู้มี");
addHdr("อีเล็กทรอนิกส์ในหัวใจ");
endMenu()


//-->
