_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_subOffsetTop=-1             // Sub menu top offset
_subOffsetLeft=3            // Sub menu left offset

theURL = location.href;

with(topStyle=new mm_style()){
itemwidth="225px";
//onbgcolor="#FCFCFC";
//oncolor="#0099CC";
overbgimage="/portal/cms_docs_cs/store/images/overnav_bg.jpg";
offbgcolor="transparent";
offcolor="#002874";
//bordercolor="#CACBCD";
//borderstyle="solid";
//borderwidth="1";
//high3dcolor="#EAEDF3";
//low3dcolor="#000033";
//swap3d="1";
separatorsize="2";
separatorwidth="198";
separatorimage="/portal/cms_docs_cs/store/images/leftnav_separator.gif";
padding="5";
fontsize="10px";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#0099CC";
pagebgimage="/portal/cms_docs_cs/store/images/onpage_bg.jpg";
//headercolor="#000000";
//headerbgcolor="616181";
//menubgimage="";
//subimage="";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
itemwidth="175px";
onbgcolor="#FFFFFF";
oncolor="#009999";
offbgcolor="#EAEDF3";
offcolor="#000033";
bordercolor="#CACBCD";
borderstyle="solid";
borderwidth="1";
separatorcolor="#CACBCD";
separatorsize="1";
padding="3";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="#000033";
pagebgcolor="#FFFFFF";
//headercolor="#000000";
//headerbgcolor="#616181";
//subimage="";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("store Left Nav")){
style=topStyle;
itemwidth="200";
top=125;
left=2;
alwaysvisible=1;
//orientation="horizontal";
	aI("text=STORE HOME;url=/portal/site/store;");
	aI("text=NEW PRODUCTS;url=/portal/pages/store/content/new.html;");
	aI("text=Books;url=/portal/pages/store/content/books.html;");	
	aI("text=Conference Proceedings;url=/portal/pages/store/content/pod_proceedings.html;");	
	aI("text=ABOUT STORE;url=/portal/pages/store/content/cspress.html;");	
	aI("img=/portal/cms_docs_cs/store/images/leftnav_separator.gif;");


}


	with(milonic=new menuname("offers")){
style=menuStyle;
	aI("text=Download the Publications Catalog;url=/portal/pages/store/content/pubcat.html;");	
	}
	
drawMenus();
