
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5              // 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="#4F8EB6";
onbgcolor="#444444";
//oncolor="#ffffff";
oncolor="#ffffff";
//offbgcolor="#DCE9F0";
offbgcolor="#343434";
//offcolor="#515151";
offcolor="#cccccc"; //font 0000cc
//bordercolor="#296488";
bordercolor="#000066";
borderstyle="none";
borderwidth=2; //1
separatorcolor="#343434";
separatorsize="2"; //1
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="cccccc";
//pagebgcolor="#82B6D7";
pagebgcolor="#343434"; // item has focus
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="/images/arrow2.gif";
subimagepadding="20";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=225, Strength=8)";
overfilter="Fade(duration=0.2);Alpha(opacity=100))";
outfilter="randomdissolve(duration=0.1)";
openstyle="rtl";
align="center";

}
with(SubmenuStyle=new mm_style()){
//onbgcolor="#4F8EB6";
onbgcolor="#cccccc";
//oncolor="#ffffff";
oncolor="#000000";
//offbgcolor="#DCE9F0";
offbgcolor="#bbbbbb";
//offcolor="#515151";
offcolor="#222222"; //font 0000cc
//bordercolor="#296488";
bordercolor="#eeeeff";
borderstyle="solid";
borderwidth=0; //1
separatorcolor="#333333";
separatorsize="2"; //1
padding=5; //5
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="000000";
//pagebgcolor="#82B6D7";
pagebgcolor="#ffffff"; // item has focus
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="/images/arrow2.gif";
subimagepadding="12";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100))";
outfilter="randomdissolve(duration=0.1)";
openstyle="rtl";
align="left";

}

with(milonic=new menuname("mainmenu")){
style=menuStyle;
//top=108; //94 with home 102 without
//left=130;//80; //475 575
alwaysvisible=1;
orientation="horizontal";
//menualign="left";

postion="relative";
//left=-10;
//top=150;
menuwidth="800px";
//itemwidth="134px"; // 196


	
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;HOME&nbsp;&nbsp;&nbsp;&nbsp;;url=http://www.infiniti-blu.com;status=Back To Home Page;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;CONDOS&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=condos;");
aI("text=&nbsp;&nbsp;&nbsp;DOMINICAN REPUBLIC&nbsp;&nbsp;&nbsp;;showmenu=location;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;AMENITIES&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=amenities;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=who;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;CONTACT&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=contact;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;GALLERY&nbsp;&nbsp;&nbsp;&nbsp;;url=gallery.html;status=Photo Gallery;");	
}


















with(milonic=new menuname("condos")){
style=SubmenuStyle;
aI("url=sosua-condos.html;text=Condos for sale&nbsp;&nbsp;&nbsp;image=/menu/arrow.gif;");
aI("url=condo-rentals.html;text=Condos for rent;image=/menu/arrow.gif;");
aI("url=http://rtvpix.com/RS-1779-7S2VWI-01?h=600&w=840;text=Virtual Tour;target=_blank;image=/menu/arrow.gif;");
aI("url=faq.html;text=FAQ's;image=/menu/arrow.gif;");
}

with(milonic=new menuname("location")){
style=SubmenuStyle;
aI("url=dominicanrepublic.html;text=The Dominican Republic&nbsp;&nbsp;&nbsp;image=/menu/arrow.gif;");
aI("url=sosua.html;text=About Sosua;image=/menu/arrow.gif;");
aI("url=location.html;text=Location;image=/menu/arrow.gif;");
aI("url=activities.html;text=Activities;image=/menu/arrow.gif;");
aI("url=flights.html;text=Flights;image=/menu/arrow.gif;");
aI("url=photos.html;text=Photos;image=/menu/arrow.gif;");
aI("url=locationfaqs.html;text=FAQ's;image=/menu/arrow.gif;");
}


with(milonic=new menuname("amenities")){
style=SubmenuStyle;
aI("url=power.html;text=Power Supply;image=/menu/arrow.gif;");
aI("url=water.html;text=Water Treatment;image=/menu/arrow.gif;");
aI("url=pools.html;text=Pools;image=/menu/arrow.gif;");
aI("url=laundry.html;text=Laundry;image=/menu/arrow.gif;");
aI("url=recreationarea.html;text=Recreation Area;image=/menu/arrow.gif;");
aI("url=commercialcenter.html;text=Plaza Infiniti;image=/menu/arrow.gif;");
aI("url=rentalmanagement.html;text=Rental Management & Administration;image=/menu/arrow.gif;");
}

with(milonic=new menuname("who")){
style=SubmenuStyle;
aI("url=developer.html;text=Developer;image=/menu/arrow.gif;");
aI("url=architect.html;text=Architect;image=/menu/arrow.gif;");
aI("url=builder.html;text=Builder;image=/menu/arrow.gif;");
aI("url=structuralengineer.html;text=Structural Engineer;image=/menu/arrow.gif;");
aI("url=lawfirm.html;text=Law Firm;image=/menu/arrow.gif;");
}
with(milonic=new menuname("contact")){
style=SubmenuStyle;
aI("url=contact.html;text=Contact Us;image=/menu/arrow.gif;");
}

drawMenus();


