
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
screenposition="left";
offcolor="#ffffff";
oncolor="#FF6600";       //"#515151";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#d9d9d9";
separatorsize="1";
padding=4;
fontsize="85%";
fontstyle="normal";
fontfamily="Trebuchet MS, Verdana, Arial";
pagecolor="ffffff";
pagebgcolor="#ff0000";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100);";
outfilter="fade(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="left";
top=90;
left = "offset=50";
alwaysvisible=1;
orientation="vertical";
aI("text= home ;url=index.html;status=Back To Home Page;");
aI("text=about us;showmenu=aboutus;status=About SAMSHI;");
aI("text=business areas;showmenu=Companies;status=SAMSHI Group Business Areas;");
aI("text=customer center;showmenu=custcent;status=Customer Center;");
aI("text=vendor center;showmenu=vendcent;status=Vendor Center;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
overflow="scroll";
aI("text=the SAMSHI group;url=abgroup.html;status=SAMSHI Group;");
aI("text=SAMSHI corporate symbol;url=absymbol.html;status=The SAMSHI logo;");
aI("text=corporate statement;url=abvision.html;status=Vision, Mission, Values;");
aI("text=core team;showmenu=CoreTeam;status=Core Team;");
aI("text=policies;showmenu=policies;status=Corporate Policies;");
}

with(milonic=new menuname("policies")){
style=menuStyle;
overflow="scroll";
aI("text=corporate governance;url=corpgov.html;status=Corporate Governance Policy;");
aI("text=quality policy;url=abquality.html;status=Quality Assurance;");
aI("text=safety & health policy;url=absafetyhealth.html;status=Safety & Health;");
aI("text=environment policy;url=abenvironment.html;status=Environment Policy;");
}


with(milonic=new menuname("custcent")){
style=menuStyle;
aI("text=products;url=products.html;status=Our products;");
aI("text=enquiry;url=custenq.html;status=Enquiry;");
}

with(milonic=new menuname("vendcent")){
style=menuStyle;
aI("text=procurement policy;url=procurepol.html;status=Procurement Policy;");
aI("text=enquiry;url=vendenq.html;status=Enquiry;");
}


with(milonic=new menuname("Companies")){
style=menuStyle;
aI("text=pipes;url=pipes/index.html;status=SAMSHI Pipe Industries Ltd;");
aI("text=steel;url=steel/index.html;status=SAMSHI Steel & Co LLC;");
aI("text=power;url=power/index.html;status=SAMSHI Power Ltd;");
aI("text=projects;url=projects/index.html;status=SAMSHI Project Pvt Ltd;");
}


with(milonic=new menuname("CoreTeam")){
style=menuStyle;
aI("text=board of directors;url=teamdirectors.html;status=Board of Directors;");
aI("text=board of Advisors;url=teamadvisors.html;status=Board of Advisors;");
aI("text=key people;url=teamkeypeople.html;status=Key People");
}

with(milonic=new menuname("Careers")){
style=menuStyle;
aI("text=HR philosophy;url=car_main.html;status=The SAMSHI HR Philosophy;");
aI("text=employment policies;url=car_hrpol.html;status=Employement Policies at SAMSHI;");
aI("text=employee profile;url=car_empprof.html;status=What we look for in employees;");
aI("text=current openings;url=car_curropen.html;status=Current Job Openings;");
aI("text=internship;url=car_intern.html;status=Internship;");
aI("text=apply online;url=car_apply.html;status=Apply online;");
}

with(milonic=new menuname("ContactUs")){
style=menuStyle;
aI("text=addresses;url=cont_address.html;status=Addresses;");
}

with(milonic=new menuname("links"))
{ 
style=menuStyle; 

aI("text=Steel for packaging;url=http://www.steelforpackaging.org;status=Steel for packaging;target=_blank;"); 
 

} 
 


drawMenus();

