fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=0;


with(submenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="12px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#C8E070";
offcolor="#000000";
onbgcolor="#92B209";
//onborder="1px dotted #7CB5E8";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
outfilter="randomdissolve(duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5);Alpha(opacity=95)";
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=2;
//pagebgcolor="#92B209";
//pagecolor="#ffffff";
subimagepadding=2;
}

with(submenuStyle1=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily=" verdana";
fontsize="12px";
fontstyle="";
fontweight="";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#e5f4a8";
offcolor="#000000";
onbgcolor="#92B209";
//onborder="1px dotted #7CB5E8";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#f7a6ba', Direction=150, Strength=10)";
outfilter="randomdissolve(duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5);Alpha(opacity=95)";
padding=4;
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=2;
pagebgcolor="#92B209";
pagecolor="#ffffff";
subimagepadding=2;
}


with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#329998";
offcolor="#ffffff";
//onbgcolor="#AEE6E5";
oncolor="#000000";
//outfilter="randomdissolve(duration=0.3)";
padding=2;
pagecolor="black";
subimagepadding=4;

}

with(milonic=new menuname("about")){
margin=5;
menuwidth=160;
style=submenuStyle;
aI("text=Profile;url=about_us.asp;");
aI("text=Infrastructure;url=about_us_infrastructure.asp;");
}

with(milonic=new menuname("products")){
margin=5;
menuwidth=160;
style=submenuStyle;
aI("text=Conventional Products;showmenu=conventional;url=#;");
aI("text=Organic Products;showmenu=organic;url=#;");
}

with(milonic=new menuname("conventional")){
margin=5;
menuwidth=160;
style=submenuStyle1;
aI("text=Sesame Seeds;url=products_conventional_products_sesame_seeds.asp;");
aI("text=Amaranth Grains;url=products_conventional_products_amaranth_grains.asp;");
aI("text=Cumin Seeds;url=products_conventional_products_cumin_seeds.asp;");
aI("text=Fennel Seeds;url=products_conventional_products_fennel_seeds.asp;");
aI("text=Watermelon Kernels;url=products_conventional_products_watermelon_kernels.asp;");
aI("text=Mustard Seeds;url=products_conventional_products_mustard_seeds.asp;");
aI("text=Fenugreek Seeds;url=products_conventional_products_fenugreek_seeds.asp;");
aI("text=Coriander Seeds;url=products_conventional_products_coriander_seeds.asp;");
aI("text=Groundnut Kernels;url=products_conventional_products_groundnut_kernels.asp;");
aI("text=Grains;url=products_conventional_products_grains.asp;");
aI("text=Grinded Spices;url=products_conventional_products_grinded_spices.asp;");
aI("text=Herbs & Other Products;url=products_conventional_products_herbs_n_other_products.asp;");
}

with(milonic=new menuname("organic")){
margin=5;
menuwidth=160;
style=submenuStyle1;
aI("text=Sesame Seeds;url=products_conventional_products_sesame_seeds.asp;");
aI("text=Amaranth Grains;url=products_conventional_products_amaranth_grains.asp;");
aI("text=Cumin Seeds;url=products_conventional_products_cumin_seeds.asp;");
aI("text=Fennel Seeds;url=products_conventional_products_fennel_seeds.asp;");
aI("text=Fenugreek Seeds;url=products_conventional_products_fenugreek_seeds.asp;");
aI("text=Coriander Seeds;url=products_conventional_products_coriander_seeds.asp;");
aI("text=Others Products;url=products_organic_products_others_products.asp;");
}
drawMenus();


