<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#003366";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#0066FF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#003366";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="Quick Access"; // <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]=["Information"] //create header
ssmItems[1]=["PackDesign", "http://www.bcsi-systems.com/new/products/products%20-%20new.htm", ""]
ssmItems[2]=["Studio Solutions", "http://www.bcsi-systems.com/new/products/StudioSetup.htm",""]
ssmItems[3]=["Carton Solutions", "http://www.bcsi-systems.com/new/products/CartonSetup.htm", ""]
ssmItems[4]=["Diemaker Solutions", "http://www.bcsi-systems.com/new/products/DieSetup.htm", ""]
ssmItems[5]=["CombiPro Plotters", "http://www.bcsi-systems.com/new/Machinery/CombiPro/index.html", "_new"]
ssmItems[6]=["Used Machinery", "http://www.bcsi-systems.com/new/machinery/machinery.htm#current", ""]

ssmItems[7]=["Contact", "http://www.bcsi-systems.com/new/contact/contact.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:info@bcsi-systems.com", "",1]

ssmItems[9]=["Support", "", ""] //create header
ssmItems[10]=["Remote Support", "http://www.bcsi-systems.com/new/TeamViewerQS.exe", ""]
ssmItems[11]=["Download", "http://www.bcsi-systems.com/customers/index.asp?action=", ""]
ssmItems[12]=["Support", "http://www.bcsi-systems.com/new/support/support.htm", ""]

buildMenu();

//-->