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(submenuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
keepalive="true";
offbgcolor="#f4fcff";
offcolor="#666666";
onbgcolor="#6aa94e";
oncolor="#000000";
ondecoration="underline";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
//rawcss="padding-left:10px;padding-right:10px;";
//separatorimage="cartoon_sep_sub.gif";
separatorsize=1;
}

with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
imagepadding=4;
offcolor="#f0f0f0";
oncolor="#ffffff";
onbgimage="submenubg.jpg";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=4;
pagecolor="#ffffff";
separatorcolor="#ffffff";
rawcss="padding-left:0px;padding-right:.0px;padding-bottom:2px;";
separatorsize=1;
//subimage="arrow1.gif";
//subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
var browserVer=parseInt(navigator.appVersion); 
var browserName=navigator.appName; 

if (browserName=="Netscape" && browserVer>=4)
{
top=105;
}

if (browserName=="Microsoft Internet Explorer" && browserVer>=4)
{
 top=115;
}

alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("align=center;text=Home;url=index.html;");
aI("align=center;showmenu=Aboutus;text=About Us;");
aI("align=center;showmenu=About E-waste;text=About E-waste;");
aI("align=center;showmenu=Recycling;text=Recycling;");
aI("align=center;showmenu=Remarketing;text=Remarketing;");
aI("align=center;showmenu=Data Destruction;text=Data Destruction;");
aI("align=center;text=Logistics;url=logistics.html;");
aI("align=center;text=Investors Information;url=investors_info.html;");
aI("align=center;text=CSR & Charity;url=csr&charity.html;");
aI("align=center;text=Press Release;url=press-release.html;");
aI("align=center;text=Career;url=career.html;");
//aI("align=center;text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("Aboutus")){
orientation="horizontal";
style=submenuStyle;
aI("text=Brief Profile;url=abt_profile.html;");
aI("text=Registration & Permission;url=abt_res&perm.html;");
aI("text=Vision,Mission & Value;url=abt_vision.html;");
aI("text=QHSE Policy;url=abt_qhse-policy.html;");
aI("text=Management;url=abt_mgmnt.html;");
aI("text=Stakeholders;url=abt_stakeholders.html;");
aI("text=Credentials;url=abt_credentials.html;");
}

with(milonic=new menuname("About E-waste")){
orientation="horizontal";
style=submenuStyle;
aI("text=Rules&Regulations;url=abt-E-waste_ruls.html;");
aI("text=News;url=abt-E-waste_news.html");
aI("text=Events;url=abt-E-waste_events.html");
aI("text=Articles;url=abt-E-waste_articles.html;");
aI("text=Photographs;url=abt-E-waste_photographs.html;");
}

with(milonic=new menuname("Recycling")){
orientation="horizontal";
style=submenuStyle;
aI("text=Process of Recycling;url=recycl_process.html;");
aI("text=Certificate of Disposal;url=recycl_certificate.html;");
aI("text=Disposal of Hazardous Substances;url=recycl_dispHazardous.html;");
aI("text=Extraction of Precious Metals;url=recycl_extionPrecious.html;");
}

with(milonic=new menuname("Remarketing")){
orientation="horizontal";
style=submenuStyle;
aI("text=Sale of Equipments;url=remarket_equipments.html;");
aI("text=Sale of Components;url=remarket_components.html");
aI("text=Sale of Various Recovered Material;url=remarket_recoveredmaterial.html;");
aI("text=Lease of Equipments;url=remarket_Lease.html;");
}

with(milonic=new menuname("Data Destruction")){
orientation="horizontal";
style=submenuStyle;
aI("text=Process of Onsite Data Destruction;url=detasecurity _process.html;");
aI("text=Certificate of Secure Data Destruction;url=detasecurity _certificate.html;");
}

drawMenus();

