<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=5; // no quotes!!
XOffset=0;
staticYOffset=20; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#FF6600";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF66";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF3300";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="Product Range"; // <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]=["COMPUTER MEDIA SUPPLIES", "", ""] //create header
ssmItems[1]=["Laser Toner Cartridges", "ussupplies.htm#laser_toner_cartridges", "mainFrame"]
ssmItems[2]=["Inkjet Cartridges", "ussupplies.htm#inkjet_cartridges", "mainFrame"]
ssmItems[3]=["CD-R", "supplies.htm#cdr", "mainFrame"]
ssmItems[4]=["DVD", "supplies.htm#dvd", "mainFrame"]
ssmItems[5]=["Diskette", "supplies.htm#disk", "mainFrame"]
ssmItems[6]=["RIBBON", "", ""] //create header
ssmItems[7]=["Fax Ink Film / Ribbons", "usribbons.htm#fax_ink_film", "mainFrame"]
ssmItems[8]=["Barcode Ribbons", "usribbons.htm#barcode_ribbons","mainFrame"]
ssmItems[9]=["Card Printing Ribbons", "usribbons.htm#card_printing_ribbons", "mainFrame"]
ssmItems[10]=["Printer Ribbons", "usribbons.htm#printer_ribbons", "mainFrame"]
ssmItems[11]=["POS/ATM/PRINTER ROLLS", "", ""] //create header
ssmItems[12]=["Thermal Rolls", "usrolls.htm#thermal_rolls", "mainFrame"]
ssmItems[13]=["Self Contained Rolls", "usrolls.htm#self_contained_rolls", "mainFrame"]
ssmItems[14]=["Paper Rolls", "usrolls.htm#paper_rolls", "mainFrame"]
ssmItems[15]=["Watchman Clock Recording Tape", "usrolls.htm#watchman_clock_recording_tape", "mainFrame"]
ssmItems[16]=["OFFICE PAPER", "", ""] //create header
ssmItems[17]=["Fax Paper", "usofficepaper.htm#fax_paper", "mainFrame"]
ssmItems[18]=["Computer Forms", "usofficepaper.htm#computer_forms", "mainFrame"]
ssmItems[19]=["Telex Paper Rolls", "usofficepaper.htm#telex_paper_rolls", "mainFrame"]
ssmItems[20]=["Plan Printing Paper", "usofficepaper.htm#plan_printing_paper", "mainFrame"]
ssmItems[21]=["INKJET MEDIA", "", ""] //create header
ssmItems[22]=["Inkjet Paper", "usinkjetmedia.htm#inkjet_paper", "mainFrame"]
ssmItems[23]=["Wide Format Rolls", "usinkjetmedia.htm#wide_format_rolls", "mainFrame"]
ssmItems[24]=["PRINTING", "", ""] //create header
ssmItems[25]=["Pre-Printed Rolls", "usprinting.htm#preprinted_rolls", "mainFrame"]
ssmItems[26]=["MEDICAL RECORING CHARTS", "", ""] //create header
ssmItems[27]=["Medical Papers", "uscharts.htm#medical_papers", "mainFrame"]

buildMenu();

//-->