fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;

horizontalMenuDelay="0";


/*--------------------STYLES--------------------*/


//horizStyle
with(horizStyle=new mm_style())
	{
		menuwidth="100%";
		padding=8;
		offbgcolor="#00664e";
		offcolor="#ffffff";
		onbgcolor="#00447c";
		oncolor="#ffffff";
		fontfamily="Arial, Helvetica, sans-serif";
		fontsize="10px";
		fontweight="bold";
	}

// vertStyle
with(vertStyle=new mm_style())
	{
		styleid=1;
		padding=8;
//		itemwidth=150;
		offbgcolor="#00447c";
		offcolor="#ffffff";
		onbgcolor="#33638b";
		oncolor="#ffffff";
		fontfamily="Arial, Helvetica, sans-serif";
		fontsize="10px";
		fontweight="bold";
		outfilter="Blinds(bands=1, direction='Up', duration=0.2)";;
		overfilter="Blinds(bands=1, direction='Down', duration=0.2)";;
	}


/*--------------------MENUS--------------------*/


//Home
with(milonic=new menuname("Home"))
	{
		margin=0;
		itemwidth=43;
		style=vertStyle;
		top="offset=0";
		left="offset=0";
		divides=1;
	}
	
//Learning Modules
with(milonic=new menuname("Learning Modules"))
	{
		margin=0;
		itemwidth=126;
		style=vertStyle;
		top="offset=0";
		left="offset=0";
		divides=1;
		aI("text=ASCO-SEP;url=ascouniv-sep.htm;");
		aI("text=Annual Meeting eTracks (2009);url=etracks.html;");
		aI("text=Breast Cancer in Older Patients;url=ascouniv-BCOP.html;");
		aI("text=Cancer Pain;url=cancerpain.html;");
		aI("text=Discussion Boards;url=DiscussionBoards.html;");		
		aI("text=Maintenance of Certification;url=ascouniv-MOC.htm;");		
		aI("text=Medical Responses to Mass Casualty;url=MassCasualty.html;");		
		aI("text=Quality of Care;url=ascouniv-qoc.htm;");
		aI("text=Practical Tips;url=PracticalTips.html;");
		aI("text=Tumor Boards;url=TumorBoards.html;");	
		aI("text=Writing Good Test Questions;url=TestQuestions.html;");
	}
	
	// Fellows and Training
with(milonic=new menuname("Fellows and Training"))
	{
		margin=0;
		itemwidth=151;
		style=vertStyle;
		top="offset=0";
		left="offset=0";
		divides=1;
		aI("text=Fellows and Training;url=fellowsandtraining.html;");
	}
	
	// Credentialing
with(milonic=new menuname("Credentialing"))
	{
		margin=0;
		itemwidth=105;
		style=vertStyle;
		top="offset=0";
		left="offset=0";
		divides=1;
		aI("text=CME Office;url=ascouniv-CME.htm;");
		aI("text=Certificate Programs;url=certificateprograms.html;");
	}

//Resource Library
with(milonic=new menuname("Resource Library"))
	{
		margin=0;
		itemwidth=126;
		style=vertStyle;
		top="offset=0";
		left="offset=0";
		divides=1;
		aI("text=Journals;url=journals.html;");
		aI("text=Guidelines & Tools;url=GuidelinesAndTools.html;");
		aI("text=Patient Resources;url=PatientResources.html;");
	}

//Product Catalog
with(milonic=new menuname("Product Catalog"))
	{
		margin=0;
		itemwidth=115;
		style=vertStyle;
		top="offset=0";
		left="offset=0";
		divides=1;
		aI("text=Online Products;url=Bookstore_Online.html;");
		aI("text=Print and Other Products;url=Bookstore_Print.html;");
	}

//On Demand
with(milonic=new menuname("On Demand"))
	{
		margin=0;
		itemwidth=84;
		style=vertStyle;
		top="offset=0";
		left="offset=0";
		divides=1;
		aI("text=EHR Symposium Presentations;url=ondemand.html#EHR;");
		aI("text=eCPO;url=ondemand.html#ecpo;");
		aI("text=General Oncology;url=ondemand.html#GO;");
		aI("text=Nurse Practitioner;url=ondemand.html#NP;");
		aI("text=Physician Assistant;url=ondemand.html#PA;");aI("text=Virtual Meeting;url=ondemand.html;");
		aI("text=Podcasts;url=ondemand.html#;");
	}

drawMenus();
