<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=170; // no quotes!!
XOffset=-5;
staticYOffset=5; // no quotes!!
slideSpeed=15 // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=0;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#cc3333";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontSize="-5";
// linkBGColor="images/background-gradient.gif";
linkBGColor="#000000";
linkOverBGColor="#999999";
linkTarget="_parent";
linkAlign="center";
barBGColor="#000000";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=40; // no quotes!!
barText="Main 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]=['<img border=0 src="images/menu/cndct_button.jpg" width="145" height="30" ALT="Thermal Conductivity" title="Thermal Conductivity">', "thermal-conductivity.php", ""]

ssmItems[1]=['<img border=0 src="images/menu/diff_button.jpg" width="145" height="30" alt="Thermal Diffusivity" TITLE="Thermal Diffusivity">', "thermal-diffusivity.php",""]

ssmItems[2]=['<img border=0 src="images/menu/expan_button.jpg" width="145" height="30" alt="Thermal Expansion" title="Thermal Expansion">', "dilatometers-thermal-expansion.php", ""]

ssmItems[3]=['<img border=0 src="images/menu/data_button.jpg" width="145" height="30" alt="Thermal Data" title="Thermal Data">', "../thermal-data.htm", ""]

ssmItems[4]=['<img border=0 src="images/menu/labtest_button.jpg" width="145" height="30" alt="Thermal Testing Services" title="Thermal Testing Services">', "thermal-testing-services.php", ""]

ssmItems[5]=['<img border=0 src="images/menu/contact_button.jpg" width="145" height="30" alt="Contact the Anter Corporation" title="Contact">', "../contact.htm", ""]

ssmItems[6]=['<img border=0 src="images/menu/whtsnew_button.jpg" width="145" height="30" alt="What\'\s New" title="What\'s New">', "whatsnew.php", ""]

ssmItems[7]=['<img border=0 src="images/menu/employment_button.jpg" width="145" height="30" alt="Employement" title="Employement">', "../employment_opurunity.htm", ""]

ssmItems[8]=['<img border=0 src="images/menu/home_button.jpg" width="145" height="30" alt="Anters Home Page" title="Home">', "index.php", ""]

buildMenu();

//-->