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()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Arial";
fontsize="12";
fontstyle="normal";
offcolor="black";//"#FFFFFF";
oncolor="#000000";//"#E07D25";
//outfilter="Fade(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=4;
pagecolor="black";
separatorcolor="black";
separatorsize=1;
subimage="";
subimagepadding=0;
separatorpadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="13";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#EACF92";
offcolor="#523A2F";
onbgcolor="#523A2F";
oncolor="#EACF92";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=4;
pagebgcolor="#523A2F";
pagecolor="#EACF92";
separatorcolor="#523A2F";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//position="relative";
top=152;
orientation="horizontal";
style=menuStyle;
itemheight=20;
//screenposition="center;bottom"; 
bgimage="images/taskbar.gif";
//separatorimage="images/separator.gif";
aI("url=index.php;text=Home  ;itemwidth=50;align=right");
aI("showmenu=Packages;url=;text=Hotels & Resorts;align=center");
aI("showmenu=Corporate;text=T2G Corporate Travel;align=center");
aI("showmenu=Specials;text=T2G Special;");
aI("url=t2g_cityhotels.php;text=City Hotels;");
aI("showmenu=Weddings;text=T2G Weddings;");
aI("url=t2g_pyot.php;text=Plan Your Own Trip;align=center");
aI("url=t2g_events.php;text=T2G Events;");
}


with(milonic=new menuname("Packages")){
style=submenuStyle;
top="offset=5";
left="offset=1";
itemwidth=100;
aI("text=Limited Edition;url=t2g_limited.php;");
aI("text=Premium;url=t2g_premium.php;");
aI("text=Mid Range ;url=t2g_midrange.php;");
aI("text=Boutique;url=t2g_boutique.php;");
aI("text=Budget;url=t2g_budget.php;");
}

with(milonic=new menuname("Corporate")){
style=submenuStyle;
top="offset=5";
left="offset=1";
itemwidth=125;
aI("text=Conference;url=t2g_conference.php;");
aI("text=Group;url=t2g_group.php;");
}

with(milonic=new menuname("Specials")){
style=submenuStyle;
top="offset=5";
left="offset=1";
itemwidth=90;
aI("text=Eco Trips;url=t2g_ecotrips.php");
aI("text=Family;url=t2g_family.php");
aI("text=Honeymoon;url=t2g_honeymoon.php");
aI("text=Spa Trips;url=t2g_spatrips.php");
aI("text=Yoga;url=t2g_yoga.php");
aI("text=Festive;url=t2g_festive.php");
aI("text=Watersports;url=t2g_watersports.php");
aI("text=Students;url=t2g_students.php");
aI("text=Gamblers;url=t2g_gamblers.php");
aI("text=Cruises;url=t2g_cruises.php");
aI("text=House Boats;url=t2g_houseboats.php");
}

with(milonic=new menuname("Weddings")){
style=submenuStyle;
top="offset=5";
left="offset=1";
itemwidth=50;
aI("text=Contemporary;url=t2g_contemporary.php;");
aI("text=Traditional;url=t2g_weddings.php;");
}


drawMenus();