/* 
@author Kamesh
@version 1.0 23/7/2006
by Sand Software Solutions Pvt. Ltd.
*/
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#d3d3d3";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
swap3d='true';
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=0;
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
fontfamily="Trebuchet MS";
fontsize="100%";
fontweight="none";
fontstyle="normal";
headerbgcolor="#3872B2";
headercolor="#3872B2";
offbgcolor="#F7EFDE";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";	
pagewidth="200px";
subimagepadding=2;
}

with(milonic=new menuname("Assessment Centre")){
style=submenuStyle;
aI("text=Overview;itemwidth=185;url=../Assesments/overview.php;");
aI("text=Career & Life Fulfillment;itemwidth=185;url=../Assesments/CLF.php;");
aI("text=Emotional Intelligence;itemwidth=185;url=../Assesments/EI.php;");
aI("text=Leaders,Managers & Teams;itemwidth=185;url=../Assesments/LMT.php;");
aI("text=Talent Mapping;itemwidth=185;url=../Assesments/TM.php;");
aI("text=Career Health Inventory;itemwidth=185;url=../Assesments/CHI_Main.php;");
aI("text=Myers Briggs(MBTI);itemwidth=185;url=../Assesments/MBTI.php;");
aI("text=Getting Started;itemwidth=185;url=../Assesments/overview.php#getstarted;");
}

with(milonic=new menuname("Career Development")){
style=submenuStyle;
aI("text=Overview;itemwidth=185;url=../Career_dev/overview.php;");
aI("text=Employees;itemwidth=185;url=../Career_dev/employees.php;");
aI("text=Managers/Leaders;itemwidth=185;url=../Career_dev/managers.php;");
aI("text=Human Resources;itemwidth=185;url=../Career_dev/hr.php;");
aI("text=Career Health Inventory;itemwidth=185;url=../Career_dev/CHI_Main.php;");
aI("text=Best Fit Career;itemwidth=185;url=../Career_dev/BestFIT.php;");
aI("text=Virtual Career Centres;itemwidth=185;url=../Career_dev/vcc.php;");
aI("text=Career Transition and Job Search;itemwidth=185;url=../Career_dev/ctjs.php;");

}

with(milonic=new menuname("Coaching")){
style=submenuStyle;
aI("text=Overview;itemwidth=185;url=../coaching/coaching_main.php;");
aI("text=Getting Started;itemwidth=185;url=../coaching/coaching_start.php;");
aI("text=Perfect Life Coaching;itemwidth=185;url=../coaching/perfectlife.php;");
aI("text=Coaching Leaders;itemwidth=185;url=../coaching/coach_exec.php;");
aI("text=EQ Coaching;itemwidth=185;url=../coaching/main_EQ.php;");

}
with(milonic=new menuname("Leaders and Teams")){
style=submenuStyle;
aI("text=Overview;itemwidth=185;url=../Leader_Teams/overview.php;");
aI("text=Leaders;itemwidth=185;url=../Leader_Teams/leaders.php;");
aI("text=Teams and Individuals;itemwidth=185;url=../Leader_Teams/teams.php;");
aI("text=EQ Matters;itemwidth=185;url=../Leader_Teams/EQMatters.php;");
}


with(milonic=new menuname("Quick Links")){
style=submenuStyle;
}


with(milonic=new menuname("Products")){
style=submenuStyle;
}

with(milonic=new menuname("About Us")){
style=submenuStyle;
aI("text=Overview;itemwidth=185;url=../about_us/overview.php;");
aI("text=Prinicipal;itemwidth=185;url=../about_us/principal.php;");
aI("text=News;itemwidth=185;url=../about_us/news.php;");
aI("text=Partners;itemwidth=185;url=../about_us/partners.php;");
aI("text=Clients;itemwidth=185;url=../about_us/clients.php;");
aI("text=Contact Us;itemwidth=185;url=../about_us/contact.php;");
}

drawMenus();


