_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 = "#ffffff";
    offbgcolor = "#ACABCF";
      offcolor = "#2F308A";
  visitedcolor = "#000000";
   bordercolor = "#ffffff";
   borderstyle = "solid";
separatorcolor = "#ffffff";
 separatorsize = 1;
 separatorpadding=0;
       padding = 6;
   borderwidth = 0;
   fontsize = "8pt";
     fontstyle = "normal";
    fontfamily = "verdana";
     pagebgcolor = "#000000";
       pagecolor = "#ffffff";
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 = "#000000";
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("text=About IGOF;url=about_igof.html;");
aI("text=Members;url=members.html;");
aI("showmenu=Events;url=#;text=Events;subimage=images/arrows.gif;subimageposition=middle;");
aI("text=FAQ;url=faq.html;");
aI("text=Registration;url=registration.html;");
//aI("text=Contact Us;url=contactus.html;");
aI("showmenu=contact;url=#;text=Contact Us;subimage=images/arrows.gif;subimageposition=middle;");
aI("text=Enquiry;url=enquiry_indo_german_orthopaedic_foundation.html;");
aI("text=Articles;url=articles.html;");
aI("text=Testimonials;url=testimonials.html;");
aI("text=Press;url=press.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;");
aI("text=Future Events;url=future_events.html;");

}


with(ivdsl=new menuname("recent")){		
style = vertStyle;
top="offset=0"
//left =170;
margin=0
	
aI("text=Spinal, Trauma & Joint Replacements - July 2010;url=masters_course_in_spine_trauma_joint_replacements.html;");
aI("text=Joint Replacements - Feb 2010;url=master_course_on_joint_replacements.html;");
aI("text=Trauma - Sep 2009;url=master_course_on_trauma.html;");
aI("text=Keyhole - Feb 2009;url=keyhole_techniques_in_medicine.html;");
aI("text=Spine - Oct 2008;url=minimally_invasive_spine_surgery.html;");
aI("text=Hip & Knee - Sep 2008;url=hip_and_knee_arthroplasty.html;");
aI("text=IGOF Events History;url=igof_events_history.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

