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(contextStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, verdana, tahoma";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#4F8EB6";
headerborder=1;
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ECF4F9";
onborder="1px solid #316AC5";
oncolor="#000000";
outfilter="randomdissolve(duration=0.4)";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#eeeeee";
pageborder="1px solid #ffffff";
pageimage="db_red.gif";
separatorcolor="#999999";
subimage="black_13x13_greyboxed.gif";
}

with(milonic=new menuname("contextMenu")){
margin=3;
style=contextStyle;
top="offset=2";
aI("image=http://web/pi/home.gif;text=Home;url=main.php;target=main;");
aI("image=;text=Our Profiles;url=profiles.php;target=main;");
aI("showmenu=listproject;text=Project Lists;url=project.php;target=main;");
aI("image=;text=Job Vacancies;url=jobs.php;target=main;");
aI("image=;text=Certifications;url=certifications.php;target=main;");
aI("image=;text=News and Events;url=news.php;target=main;");
aI("separatorsize=1;");
aI("image=;text=Contact Us;url=contacts.php;target=main;");
aI("separatorsize=1;");
aI("image=mail.gif;text=Web Mail;url=../webmail;target=_blank;");
aI("separatorsize=1;");
aI("image=browser.gif;text=Refresh;url=javascript:history.go(0);");
aI("image=back.gif;text=Back;url=javascript:history.go(-1);");
}

with(milonic=new menuname("listproject")){
itemwidth=150;
margin=3;
overflow="scroll";
style=contextStyle;
aI("text=Apartments;url=project.php?c=Apartments;")
aI("text=Club Houses;url=project.php?c=Club Houses;")
aI("text=Design Stages;url=project.php?c=Stages;")
aI("text=Hospitals;url=project.php?c=Hospitals;")
aI("text=Hotels;url=project.php?c=Hotels;")
aI("text=Industrials;url=project.php?c=Industrials;")
aI("text=Offices;url=project.php?c=Offices;")
aI("text=Others;url=project.php?c=Others;")
aI("text=Schools;url=project.php?c=Schools;")
aI("text=Shop Houses;url=project.php?c=Shop Houses;")
aI("text=Shopping Malls;url=project.php?c=Shopping Malls;")
aI("text=Showrooms;url=project.php?c=Showrooms;")
}

drawMenus();


