sfixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=-2;

var scr_width = screen.width;
//alert(scr_width);
if(scr_width >= 1440)		sub_menu_left_offset = -258;
else if(scr_width >= 1280 && scr_width < 1440)	sub_menu_left_offset = -165;
else if(scr_width >= 1024 && scr_width < 1280)	sub_menu_left_offset = -50;
else											sub_menu_left_offset = -25;


chkWidth = 900/2; // ((screen.width) / 100) * 90;
eachItem = chkWidth /4;
//subItem = 138;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Arial";
fontsize="12px";
fontstyle="none";
fontweight="none";
offcolor="#146884";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=1;
pagebgcolor="#B2E7F6";
separatorpadding=0;
separatorsize=0;
align="center";
subimage="";
subimagepadding=0;
}

with(submenuStyle=new mm_style()){
bordercolor="#B2B2B2";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="12px";
fontstyle="none";
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="";
onbgcolor="";
oncolor="";
pagebgcolor="";
pagecolor="";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=4;
separatorcolor="#B2B2B2";
separatorsize=1;
subimage="";
subimagepadding=0;
}
/*
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
itemheight=35;
itemwidth= eachItem;

aI("text=Hotels;url=;itemwidth=100");
aI("text=Corporate Travels;url=;itemwidth=150");
aI("text=Specials;url=;itemwidth=100");
aI("text=Wedding;url=;itemwidth=100");
}


with(milonic=new menuname("Master_Master")){
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=-25";
itemwidth= "150";
aI("text=Facility;url=master_facilities_disp.php");
aI("text=Banner;url=master_banner_disp.php");
}

with(milonic=new menuname("Hotel_Master")){
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=-25";
itemwidth= "150";
aI("text=Hotel;url=master_hotel_disp.php");
aI("text=Hotel Type;url=master_hotel_type_disp.php");
aI("text=Hotel Classification;url=master_hotel_classification_disp.php");
}

with(milonic=new menuname("Package")){
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=0";
itemwidth= "150";
aI("text=Package;url=master_packages_disp.php");
//aI("text=Package Type;url=master_package_type_disp.php");
}

with(milonic=new menuname("Booking")){
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=-25";
itemwidth= "150";
aI("text=Booking;url=master_booking_disp.php");
aI("text=Customer;url=master_customer_disp.php");
}


with(milonic=new menuname("Settings_Master")){
overflow="scroll";
style=submenuStyle;
top="offset=2";
left="offset=-25";
itemwidth= "150";
aI("text=Change Password;url=change_password.php");
aI("text=Change Content;url=master_content_edit.php");
}


drawMenus();
*/
