

_menuCloseDelay=100          	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150           	// The time delay before menus open on mouse over
_subOffsetTop=0            	  	// Sub menu top offset
_subOffsetLeft=0            		// Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#A78F5F";
oncolor="#ffffff";
offbgcolor="#D7CCB5";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A78F5F";
separatorsize="0"
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#BDAC88";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color='#333333', Direction=120, Strength=3)";
outfilter="Fade(duration=0.9)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemwidth="126"
alwaysvisible=1;
align="center"
orientation="horizontal";



aI("text=Home;showmenu=Home;url=index_map.html;");
aI("text=Our Islands;showmenu=Our Islands;");
aI("text=About Us;showmenu=About Us;");
aI("text=Project Info;showmenu=Project Info;");
aI("text=Things to do;showmenu=Things to do;");
aI("text=Opportunity;showmenu=Opportunity;");


}

with(milonic=new menuname("Home")){
style=menuStyle;
itemwidth="126"
overflow="scroll";

}

with(milonic=new menuname("Our Islands")){
style=menuStyle;
itemwidth="126"
overflow="scroll";
aI("text=The Islands;url=islands.html;");
aI("text=North Caicos;url=north_caicos.html;");
aI("text=Culture;url=culture.html;");
aI("text=Climate;url=climate.html;");
aI("text=History;url=history.html;");
aI("text=Getting There;url=getting_there.html;");


}

with(milonic=new menuname("About Us")){
style=menuStyle;
itemwidth="126"
aI("text=Developer;url=developer.html;");
aI("text=Contact;url=contact.html;");
aI("text=FAQ;url=faq.html;");

}

with(milonic=new menuname("Project Info")){
style=menuStyle;
itemwidth="126"
aI("text=Floor Plans & Prices;url=details/Site.htm;");
aI("text=Construction Photos;url=construction.html;");
aI("text=Presentation Movie;url=movie.html;");
aI("text=The Concept;url=rendering.html;");
aI("text=Media;url=index_media.html;");
aI("text=Actual Area Views;url=index_area.html;");




}

with(milonic=new menuname("Things to do")){
style=menuStyle;
itemwidth="126"
aI("text=Water Sports;url=water_sports.html;");
aI("text=Tours and Attractions;url=tours_and_attractions.html;");
aI("text=Diving/Snorkeling;url=diving_snorkeling.html;");
aI("text=Fishing;url=fishing.html;");
aI("text=Spa/Fitness;url=spa_fitness.html;");
aI("text=Ecotourism;url=ecotourism.html;");

}

with(milonic=new menuname("Opportunity")){
style=menuStyle;
itemwidth="126"
aI("text=Tax Free Investing;url=tax_free_investing.html;");
aI("text=Condo Ownership;url=condo_ownership.html;");
aI("text=Future of North Caicos;url=future_of_north_caicos.html;");
aI("text=Rental Program;url=rental_program.html;");

}




drawMenus();

