fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-10;




with(menuStyle=new mm_style()){
fontfamily="Verdana";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#38435D";
offcolor="#ffffff";
onbgcolor="#38435D";
oncolor="#DAA925";
overfilter="";
padding=5;
pagebgcolor="#38435D";
subimage="";
subimagepadding=2;
bgimage='';
separatorcolor="#B9BFDA";
separatorpadding=10;
separatorsize=1;
}



with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("text=View Bookings  ;url=index.html;")
aI("text=Make Bookings  ;url=booking/new.php;")
}

with(milonic=new menuname("Company History")){
style=menuStyle;
aI("text=Swine;url=swine/index.html;");
aI("text=Poultry;url=poultry/index.html;");
aI("text=Rabbit;url=/rabbit/index.html;");
aI("text=Aquaculture;url=/aquaculture/index.html;");
aI("text=Feed Industry;url=/home mixers/index.html;");
}

with(milonic=new menuname("Product Groups")){
style=menuStyle;
aI("text=Swine;url=swine_index.html;");
aI("text=Poultry;url=poultry_index.html;");
aI("text=Rabbit;url=rabbit_index.html;");
aI("text=Aquaculture;url=aquaculture_index.html;");
aI("text=Feed Industry;url=feedindustry_index.html;");

}


with(milonic=new menuname("Quality Assurance")){
style=menuStyle;
aI("text=Kiotechagil Accreditation ;url=hsqualityassurance.htm;");
aI("text=Product Safety Data ;url=hsindex.html;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Press Releases;url=news_press_releases.html;");
aI("text=Events;url=news_events.html;");
aI("text=Marketing support;url=news_marketing_support.html;");
aI("text=Latest Papers;url=news_latest_papers.html;");
}

with(milonic=new menuname("Distributors")){
style=menuStyle;
aI("text=New Agency ;url=contacts/newagency.php;");
aI("text=Manage Agents ;url=contacts/searchagency.php;");
}

with(milonic=new menuname("Visit Kiotech.com")){
style=menuStyle;
}
drawMenus();

