<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=160; 			// 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=110; 			// Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0e5fc6";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF9920";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="White";
barVAlign="center";
barWidth=15; 			// no quotes!!
barText="LUMINERA MENU"; 		// <IMG> tag supported. Put exact html for an image to show.

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////




ssmItems[0]=["Luminera", "main.html", "_self"]
ssmItems[1]=["About Us", "company.html", "_self"]
ssmItems[2]=["Services", "services.html", "_self"]
ssmItems[3]=["Web Packages", "webdesign.html","_self"]
ssmItems[4]=["Web Hosting", "webhosting.html", "_self"]
ssmItems[5]=["Domain Name", "domain.html", "_self"]
ssmItems[6]=["Clients", "portfolio.html", "_self"]
ssmItems[7]=["Help Desk", "support.html", "_self"]
ssmItems[8]=["Contact Us", "contact.html", "_self"]


buildMenu();

//-->
