


_menuCloseDelay=5           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#999999";
offcolor="#FFFFFF";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=1;
fontsize="75%";
fontstyle="normal";
fontfamily="verdana";
pagecolor="white";
pagebgcolor="#999999";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";

}

with(milonic=new menuname("profile")){
style=menuStyle;
aI("text= &nbsp; About Us &nbsp;;url= profile.php;");
aI("text= &nbsp; Concept;;url= concept.php;");

}

with(milonic=new menuname("villarental")){
style=menuStyle;
aI("text= &nbsp; Bali Private Villas &nbsp; ;url=baliprivatevilla.php;");
aI("text= &nbsp; Private Villas?&nbsp; ;url=privatevilla.php;");
aI("text= &nbsp; How to Use&nbsp; ;url=howtouse.php;");
aI("text= &nbsp; Book a Villa&nbsp; ;url=bookavilla.php;");
aI("text= &nbsp; Recommended Villas! &nbsp; ;url=baliprivatevilla_new.php;");
}

with(milonic=new menuname("baliwedding")){
style=menuStyle;
aI("text= &nbsp; Bali Wedding Venues &nbsp; ;url=wedding.php;");
aI("text= &nbsp; Package &nbsp; ;url=package.php");
aI("text= &nbsp; Booking Procedure &nbsp; ;url=wedding/booking_procedure.php;");
}

with(milonic=new menuname("portpourri")){
style=menuStyle;
aI("text= &nbsp; Help Us! &nbsp; ;url=helpus.php;target=(_blank)");
aI("text= &nbsp; Idea? &nbsp; ;url=idea.php;target=(_blank)");
aI("text= &nbsp; On The Way &nbsp; ;url=ontheway.php;target=(_blank)");

}
with(milonic=new menuname("Rates&Resevr")){
style=menuStyle;

}

with(milonic=new menuname("freeplantour")){
style=menuStyle;
}
with(milonic=new menuname("Home")){
style=menuStyle;
aI("url=home.php;");

}

drawMenus();


