<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=115; // no quotes!!
XOffset=0;
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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#cc3333";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
// linkBGColor="images/background-gradient.gif";
linkBGColor="#cccccc";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="arial";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=40; // no quotes!!
barText='<IMG SRC="http://anter.com/images/sidebar2.gif" alt="Anter Corporation Menu" title="Anter Corporation Menu">';
//barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////
// to open link in new window, target should be "_new"
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Anter Corporation"] //create header
ssmItems[1]=['<img src="http://anter.com/images/expansion-button.gif" ALT="Thermal Expansion" title="Dilatometer, Thermal Expansion">', "http://anter.com/dilatometers-thermal-expansion.php", ""]
ssmItems[2]=['<img src="http://anter.com/images/conductivity-button.gif" alt="Thermal Conductivity" TITLE="Thermal Conductivity">', "http://anter.com/thermal-conductivity.php",""]
ssmItems[3]=['<img src="http://anter.com/images/diffusivity-button.gif" alt="Thermal Diffusivity" title="Thermal Diffusivity">', "http://anter.com/thermal-diffusivity.php", ""]
ssmItems[4]=['<img src="http://anter.com/images/data-button.gif" alt="Thermal Data" title="Thermal Data">', "http://anter.com/thermal-data.htm", ""]
ssmItems[5]=['<img src="http://anter.com/images/testing-button.gif" alt="Thermal Testing Services" title="Thermal Testing Services">', "http://anter.com/thermal-testing-services.htm", ""]
ssmItems[6]=['<img src="http://anter.com/images/contact-buttonmerged.gif" alt="Contact the Anter Corporation" title="Contact">', "http://anter.com/contact.htm", ""]
ssmItems[7]=['<img src="http://anter.com/images/whatsnew-button.gif" width=173 height=40 alt="Whats New?">', "http://anter.com/whatsnew.htm", ""]
ssmItems[8]=['<img src="http://anter.com/images/employment.jpg" width=173 height=40 alt="Employment">', "http://anter.com/employment_opurunity.htm", ""]
ssmItems[9]=['<img src="http://anter.com/images/homemerged.gif" width=173 height=40 alt="Anters Home Page">', "http://anter.com/index.htm", ""]
////////////////////////////
// to split a row into two
// ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
// ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

buildMenu();

//-->