fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){

borderstyle="solid";
borderwidth=0;
fontfamily="Arial narrow";
fontsize="13px";
fontweight="bold"
fontstyle="normal";
headercolor="#ffffff";
offcolor="#4482BB";
oncolor="#7C807C";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#ffffff', Direction=135, Strength=3)";
padding=6;
pagecolor="7C807C";
separatorcolor="#000000";
separatorsize=0;


subimagepadding=2;
}

with(menuStyle1=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial Narrow";
fontsize="13px";
fontweight="bold"
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#999999";
offbgcolor="#4482BB";
offcolor="#000000";
oncolor="#cccccc";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#ffffff', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#4482BB";
pagecolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=1;

subimagepadding=2;
}

with(Products=new menuname("Main Menu")){
alwaysvisible=1;

orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.html;");
aI("text=About us;url=aboutus.html;");
aI("text=Marking Machine;url=Machine page.html;");
aI("showmenu=Machine;url=Machine page.html;");
aI("showmenu=Laser Applications;text=Laser Applications;");

aI("text=Contact;url=contact.html;");
}

with(Products=new menuname("Company")){
style=menuStyle1;
aI("text=History;url=history.html;");
aI("text=Vision;url=vision.html;");
aI("text=Literature & Catlouge ;url=literatur&catlouge.html;");
aI("text=Social Commitment;url= social_commitment.html;");
aI("text=Spreading the Wings ;url=spreadingthe_wings.html;");
aI("text=News & Events ;url=news&events.html;");
aI("text=Research & Development ;url=research&development.html;");
aI("text=Recognition ;url=recognition.html;");
aI("text=Literature & Catlouge ;url=literatur&catlouge.html;");


}


with(Products=new menuname("Group |")){
style=menuStyle1;
aI("text=Chitale Bandhu Mithaiwale ;url=chitale_bandhu.html;");
aI("text=Chitale Foods ;url=chitale_foods.html;");
aI("text=Chitale Agro ;url=chitale_agro.html;");
aI("text=Chitale Digitals;url= chitale_digitals.html;");

}

with(Products=new menuname("Laser Applications")){
style=menuStyle1;
aI("text=Overview;url=overview.html;");
aI("text=Welding of Metals;url=welding.html;");
aI("text=Brazing ;url=brazing.html;");
aI("text=Cladding;url=cladding.html;");
aI("text=hardening  ;url=hardening.html;");




}


with(Products=new menuname("Reach us")){
style=menuStyle1;

aI("text=Locate us ;url=locate_us.html;");
aI("text=Contact us ;url=contact_us.html;");
aI("text=Marketing ;url=marketing.html;");

}


drawMenus();


