<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=106; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=3 // 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"; //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="black";
hdrBGColor="#D8C793";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#EEE9C9";
linkOverBGColor="#FFFF99";
linkTarget="";
linkAlign="Left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=22; // no quotes!!
barText='<IMG src="http://www.hvactv.com/hvactv/new_site/images/sidebar.jpg" alt="" width="28" height="439" border="0">'; // <IMG> tag supported. Put exact html for an image to show.
set2 = 7; // Location of the second header
linkBGColor2 = "#D4E4F3";
hdrBGColor2 = "#5798C0";

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["VIDEO CHANNELS"] //create header
ssmItems[1]=["Trade Show Coverage", "http://www.hvactv.com/hvactv/new_site/archive/channel_view.php?cKey=2", ""]
ssmItems[2]=["Technical Training", "http://www.hvactv.com/hvactv/new_site/archive/channel_view.php?cKey=1",""]
ssmItems[3]=["Service Training", "http://www.hvactv.com/hvactv/new_site/archive/channel_view.php?cKey=5", ""]
ssmItems[4]=["Business Training", "http://www.hvactv.com/hvactv/new_site/archive/channel_view.php?cKey=3", ""] //_new
ssmItems[5]=["New Products", "http://www.hvactv.com/hvactv/new_site/archive/channel_view.php?cKey=6", ""]
//ssmItems[6]=["Gas Training", "http://www.hvactv.com", ""]
ssmItems[6]=["HVACtv Live!", "http://www.hvactv.com/hvactv/new_site/archive/channel_view.php?cKey=4", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[7]=["HVAC Live", "http://www.dynamicdrive.com/link.htm", ""]
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[7]=["DEPARTMENTS", "", ""] //create header
ssmItems[8]=["Homepage", "http://www.hvactv.com/hvactv/new_site/new_home.php", ""]
ssmItems[9]=["News", "http://www.hvactv.com/hvactv/new_site/news/news_new.php", ""]
ssmItems[10]=["Sponsor a channel", "http://www.hvactv.com/hvactv/new_site/contact/contact_new.php", ""]
ssmItems[11]=["Announcements", "http://www.hvactv.com/hvactv/new_site/news/announce_new.php", ""]
ssmItems[12]=["Contact Us", "http://www.hvactv.com/hvactv/new_site/contact/contact_new.php", ""]
ssmItems[13]=["Demo Video", "http://www.hvactv.com/hvactv/new_site/training/training_demo_page.htm", ""]
ssmItems[14]=["<B>Channel Guide</b>", "http://www.hvactv.com/hvactv/new_site/archive/channel_guide.php", ""]
buildMenu();

//-->
