<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="rgb(0,64,128)";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="whitesmoke";
hdrBGColor="rgb(0,64,128)";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="rgb(255,255,255)";
linkOverBGColor="whitesmoke";
linkTarget="_top";
linkAlign="Left";
barBGColor="rgb(0,64,128)";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="rgb(255,255,255)";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Site Menu", "Main Menu");
addItem('Home Page', 'index.htm', '');
addItem('Products', 'products.htm', '');
addItem('Services', 'services.htm', '');
addItem('Agents', 'agents.htm', '');
addItem('Email', 'http://webmail.husseinaoueini.com', '');
addItem('Contact Us', 'contactus.htm', '');



endMenu();

//-->