<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#D6B983";
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="#D6B983";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#D6B983";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#D6B983";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Company Information"] //create header
ssmItems[1]=["Company Info", "cinfo.htm",""]
ssmItems[2]=["Map", "Map.htm", ""]
ssmItems[3]=["Key Personnel", "staff.htm", ""]
ssmItems[4]=["Home Page", "index.htm", ""]

ssmItems[5]=["Services Provided"]
ssmItems[6]=["Electrical", "elect.htm", "", 1, "no"] 
//create two column row
ssmItems[7]=["Pneumatic", "pneum.htm", "",1]
ssmItems[8]=["AC & Refrigeration", "ac_ref.htm", ""]
ssmItems[9]=["Underground Distrbution [URD]", "urd.htm", ""]

ssmItems[10]=["Search Engines"] //create header
ssmItems[11]=["Google", "http://www.google.com", ""]
ssmItems[12]=["MSN", "http://www.msn.com", ""]

ssmItems[13]=["Weather Radar", "", ""] //create header
ssmItems[14]=["Lake Charles", "http://www.intellicast.com/Local/USLocalWide.asp?loc=klch&seg=LocalWeather&prodgrp=RadarImagery&product=Radar&prodnav=none&pid=none", ""]
ssmItems[15]=["New Orleans", "http://www.intellicast.com/Local/USLocalWide.asp?loc=kmsy&seg=LocalWeather&prodgrp=RadarImagery&product=Radar&prodnav=none&pid=none", ""]
ssmItems[16]=["Houston", "http://www.intellicast.com/Local/USLocalWide.asp?loc=khgx&seg=LocalWeather&prodgrp=RadarImagery&product=Radar&prodnav=none&pid=none", ""]

buildMenu();

//-->
