_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#006699";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#006699";
headercolor="#000000";
itemwidth=125;
itemheight=34;
offcolor="#FFFFFF";
oncolor="#cccccc";
outfilter="fade(duration=0.5)";
separatorcolor="#006699";
separatorsize=0;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#dedede";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#006699";
itemwidth=135;
offbgcolor="#f5f5f5";
offcolor="#000000";
onbgcolor="#dedede";
oncolor="#666666";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagecolor="#996633";
separatorsize=1;
separatorcolor="#dedede";
subimage="images/white_7x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=160;
aI("align=center;bgimage=images/navback.gif;status=Back To Home Page;text=HOME;url=http://www.ieee.org/services/marketingservices/index.html;");
aI("align=center;bgimage=images/navback.gif;showmenu=SERVICES;text=SERVICES;");
aI("align=center;bgimage=images/navback.gif;showmenu=PORTFOLIO;text=PORTFOLIO;url=http://www.ieee.org/services/marketingservices/portfolio.html;");
aI("align=center;bgimage=images/navback.gif;showmenu=ABOUT;text=ABOUT US;");
aI("align=center;bgimage=images/navback.gif;text=CONTACT;url=http://www.ieee.org/services/marketingservices/contact.html;");
aI("align=center;bgimage=images/navback.gif;text=NEWSLETTER;url=http://www.ieee.org/services/marketingservices/newsletter.html;");
}

with(milonic=new menuname("SERVICES")){
style=submenuStyle;
aI("text=&nbsp; Our Capabilities;url=http://www.ieee.org/services/marketingservices/capabilities.html;");
aI("text=&nbsp;  Our Methods;url=http://www.ieee.org/services/marketingservices/methods.html;");
aI("text=&nbsp; Getting Started;url=http://www.ieee.org/services/marketingservices/getting_started.html;");
aI("text=&nbsp; Promotional Library;url=http://www.ieee.org/services/marketingservices/promotion_library.html;");
aI("text=&nbsp; What's New @ IEEE;url=http://www.ieee.org/services/marketingservices/whats_new.html;");
aI("text=&nbsp; Other IEEE Services;url=http://www.ieee.org/services/marketingservices/other_IEEE_services.html;");
}


with(milonic=new menuname("ABOUT")){
style=submenuStyle;
aI("text=&nbsp;&nbsp; Client List;url=http://www.ieee.org/services/marketingservices/clientlist.html;");
aI("text=&nbsp;&nbsp; Recognition;url=http://www.ieee.org/services/marketingservices/recognition.html;");
aI("text=&nbsp;&nbsp; Why Choose Us?;url=http://www.ieee.org/services/marketingservices/why_choose_us.html;");
}

drawMenus();

function imageChange(skuselect)
{
    var oImg = document.images["prodimg"];
	//oImg.src = oImg.src.substring(0, oImg.src.lastIndexOf("/")+1) + skuselect.options[skuselect.selectedIndex].getAttribute("skuimg") + ".jpg";
    oImg.src = oImg.src.substring(0, oImg.src.lastIndexOf("/")+1) + skuselect.getAttribute("skuimg") + ".jpg";
	if(document.images["enlargelabelimg"]!=null)
	    document.images["enlargelabelimg"].style.visibility = "hidden";
}



