
_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=3;
_subOffsetLeft=-10;

with(menuStyle=new mm_style()){
onbgcolor="#BF0F85";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#BF0F85";
bordercolor="#BF0F85";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F4E9F1";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal"; // Font Style (italic or normal)
fontfamily="Verdana, Tahoma, Arial"; // Font Name
pagecolor="#BF0F85"; 
pagebgcolor="#F4E9F1"; 
headercolor="";
headerbgcolor="";
subimage="http://www.frimorfo.com/images/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle1=new mm_style()){
onbgcolor="#BF0F85";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#BF0F85";
bordercolor="#BF0F85";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F4E9F1";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal"; // Font Style (italic or normal)
fontfamily="Verdana, Tahoma, Arial"; // Font Name
pagecolor="#BF0F85"; 
pagebgcolor="#F4E9F1"; 
headercolor="";
headerbgcolor="";
subimage="http://www.frimorfo.com/images/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
top=210;
overflow="scroll";
style=menuStyle;
aI("text=Home;url=http://www.frimorfo.com/index.shtml;");
aI("align=align;text=Services;type=header;url=http://www.frimorfo.com/services/services.shtml;");
// aI("showmenu=services;text=Services;");
aI("showmenu=in_vivo_studies;text=<span class=submenu>In vivo Studies</span>;url=http://www.frimorfo.com/services/in_vivo_studies.shtml;");
aI("showmenu=drug_target_validation;text=<span class=submenu>Drug Target Validation&nbsp;</span>;url=http://www.frimorfo.com/services/drug_target_validation.shtml;");
aI("showmenu=phenotyping_mice;text=<span class=submenu>Phenotyping of Mice</span>;url=http://www.frimorfo.com/services/phenotyping_mice.shtml;");
aI("showmenu=customized_services;text=<span class=submenu>Customized Services</span>;");
aI("showmenu=about_us;text=About Us;url=http://www.frimorfo.com/about/about.shtml;");
}

with(milonic=new menuname("in_vivo_studies")){
style=menuStyle1;
aI("text=Efficacy Testing of Drug Candidates;url=http://www.frimorfo.com/services/efficacy_testing.shtml;");
aI("text=Pharmacokinetic Studies;url=http://www.frimorfo.com/services/pharmacokinetic.shtml;");
}

with(milonic=new menuname("drug_target_validation")){
style=menuStyle;
aI("text=Generation of Transgenic and Knockout Mice;url=http://www.frimorfo.com/services/gen_trans_knockout_mice.shtml");
aI("showmenu=phenotyping_mice;text=Phenotyping of Transgenic and Knockout Mice;");
}

with(milonic=new menuname("phenotyping_mice")){
style=menuStyle;
aI("text=Morphome Packages;url=http://www.frimorfo.com/services/morphome_packages.shtml");
aI("showmenu=customized_services;text=Customized Services;");
}

with(milonic=new menuname("customized_services")){
style=menuStyle;
aI("text=Histology & Histopathology&nbsp;;url=http://www.frimorfo.com/services/histology_histopathology.shtml");
aI("text=Blood Parameters;url=http://www.frimorfo.com/services/blood_parameters.shtml");
aI("text=Biochemical Profiles;url=http://www.frimorfo.com/services/biochemical_profiles.shtml");
aI("text=Genetics & Genomics;url=http://www.frimorfo.com/services/genetics_genomics.shtml");
aI("text=Behavioral Tests;url=http://www.frimorfo.com/services/behavioral_tests.shtml");
aI("text=Challenge Studies;url=http://www.frimorfo.com/services/challenge_studies.shtml");
}


with(milonic=new menuname("about_us")){
style=menuStyle;
aI("text=Who we are;url=http://www.frimorfo.com/about/who_we_are.shtml");
// aI("text=The Frimorfo Team;url=http://www.frimorfo.com/about_us/the_frimorfo_team.shtml;");
// aI("text=Scientific Board;url=http://www.frimorfo.com/about_us/scientific_board.shtml");
aI("text=Company History;url=http://www.frimorfo.com/about/company_history.shtml");
aI("text=Publications;url=http://www.frimorfo.com/about/publications.shtml");
}

drawMenus();
