_scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=2	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

with(vertStyle=new mm_style()){
     onbgcolor = "#000000";
       oncolor = "#EF001A";
    offbgcolor = "#EF001A";
      offcolor = "#ffffff";
  visitedcolor = "#0000ff";
   bordercolor = "#ffffff";
   borderstyle = "solid";
separatorcolor = "#ffffff";
 separatorsize = 1;
 separatorpadding=0;
       padding = 6;
   borderwidth = 0;
   fontsize = "8pt";
     fontstyle = "normal";
    fontfamily = "verdana";
     pagebgcolor = "#000000";
       pagecolor = "#EF001A";
headercolor = "#000000";
headerbgcolor = "#ffffff";
headerborder="1px solid #ffffff";
}

with(horizStyle=new mm_style()) {
horizStyle.overfilter=""
horizStyle.outfilter=""
horizStyle.borderwidth=0
horizStyle.separatorpadding=0
horizStyle.onborder="";
horizStyle.separatorcolor= "#ffffff";
horizStyle.onbgcolor = "#ffffff";
horizStyle.oncolor = "#666666";
horizStyle.offbgcolor = "#ffffff";
horizStyle.offcolor = "#ffffff";
horizStyle.padding = 0;
horizStyle.separatorsize = 1;
horizStyle.separatorpadding=1;
horizStyle.borderstyle = "solid";
horizStyle.fontsize = "11px";
}
//submenuStyle=new copyOf(vertStyle)
with(submenuStyle=new mm_style()){
submenuStyle.borderwidth=1
submenuStyle.separatorpadding=2;
     onbgcolor = "#000000";
       oncolor = "#ffffff";
    offbgcolor = "#ACABCF";
      offcolor = "#2F308A";
  visitedcolor = "#000000";
   bordercolor = "#FFFFFF";
   borderstyle = "solid";
separatorcolor = "#ffffff";
separatorsize = 1;
 separatorpadding=0
       padding = 1
   borderwidth = 1
   fontsize = "8pt";
     fontstyle = "normal";
    fontfamily = "verdana,tahoma";
     pagebgcolor = "#ECECEC";
       pagecolor = "#000000";
headercolor = "#000000";
headerbgcolor = "#C1D7E4";
headerborder="1px solid #000000";
}

with(ivdsl=new menuname("mainmenu1")){
//top = 120;
//left =50;
style = vertStyle; 
alwaysvisible = 1;
orientation="vertical"

aI("text=Home;itemwidth=158;url=index.html;");
aI("showmenu=Events;url=#;text=Symposium;subimage=images/arrows.gif;subimageposition=middle;");
aI("text=Registration;url=registration.aspx;");
aI("text=Aneurysm Slide Show;url=aneurysm_surgery.html;");
aI("text=Gallery;url=gallery.html;");
aI("text=In Press;url=inpress.html;");
aI("text=FAQ;url=faq.html;");
aI("text=Enquiry;url=enquiry.html;");
aI("text=Contact Us;url=contactus.html;");
aI("text=Sitemap;url=sitemap.html;");


}

with(ivdsl=new menuname("Events")){		
style = vertStyle;
top="offset=0"
//left =170;
margin=0

//aI("text=Recent Events;url=recent_events.html;");
aI("showmenu=recent;url=#;text=Recent Events;subimage=images/arrows.gif;subimageposition=middle;");
//aI("text=Upcoming Events;url=upcoming_events.html;");

}


with(ivdsl=new menuname("recent")){		
style = vertStyle;
top="offset=0"
//left =170;
margin=0
	
aI("text=4th Aortic Summit Jan 2011;url=metaa_4th_aortic_summit_Jan2011.html;");
aI("text=3rd Aortic Summit Oct 2009;url=metaa_3rd_aortic_summit_oct2009.html;");
}



with(ivdsl=new menuname("contact")){		
style = vertStyle;
top="offset=0"
//left =170;
margin=0
	
aI("text=IGOF Contact;url=contactus.html;");
aI("text=Update My Details;url=update_my_details.html;");
}

	
		
//with(ivdsl=new menuname("mainmenu2")){
//top = 10;
//left =910;
//style = horizStyle; 
//alwaysvisible = 1;
//	orientation="horizontal"
//	aI("showmenu=language;image=http://www.wipro.com/images/sel_lang.gif;");
//	}
//		with(ivdsl=new menuname("language")){		
//		style = horizStyle;
//		top="offset=0"
//		margin=0
//		left=910
//		aI("text=Japanese;url=http://www.wipro.com/japanese/;target=_blank");
//		aI("text=French;url=http://www.wipro.com/french/;target=_blank");
//		aI("text=German;url=http://www.wipro.com/german/;target=_blank");
//	}


drawMenus()

// Add this bit if you haven't finished building menus yet.
clearTimeout(_mst)
_mst=null
_startM=1


