<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#2891E2";
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="#2891E2";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#2891E2";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK LINK"; // <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]=["MAIN PAGE"] //create header
ssmItems[1]=["Home", "index.php", ""]
ssmItems[2]=["News", "index.php?gpv=news", ""]
ssmItems[3]=["About Us", "index.php?gpv=about", ""]
ssmItems[4]=["Support", "index.php?gpv=support", ""]
ssmItems[5]=["Contact Us", "index.php?gpv=contact", ""]
ssmItems[6]=["PRODUCTION"]
ssmItems[7]=["NSK Production", "nsk.php", ""]
ssmItems[8]=["Hanita Production", "hanita.php", ""]
ssmItems[9]=["EDM Production", "edm.php", ""]



buildMenu();

//-->

