function OpenWin(url,windowname,scrollbars,width,height)
{
 if (!url)
 {
 alert ("Please specify a URL to open");
 return false;
 }
 if (!windowname) windowname = 'newwin';
 if (!width) width = 320;
 if (!height) height = 240;
  var properties = "menubar=no,toolbars=no,directory=no,scrolling=no,status=yes,scrollbars="+scrollbars+",resizable=no,maximize=yes,width="+width+",height="+height;
  var newWin = window.open(url,windowname,properties);
  newWin.focus();
}

_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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="#FFFF95";
oncolor="#000000";
offbgcolor="#E1E1B9";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="#FF0000";
pagebgcolor="#F3EA81"; //Changes the bgcolor of the link when we are on curentpage
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Samples")){
style=menuStyle;
overflow="scroll";
aI("text=Horizontal Navigation Bar;url=menusample.php?sampleid=1;");
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
orientation="horizontal";
aI("text=Fact Sheet;url=images/carlton_factsheet.pdf;");
aI("text=Location Map;url=loc_map.htm;");
}
with(milonic1=new menuname("Milonic1")){
style=menuStyle;
orientation="horizontal";
aI("text=Cottages;url=acc_cot.htm;");
aI("text=Suites&nbsp;&nbsp;&nbsp;;url=acc_suites.htm;");
aI("text=Deluxe Rooms;url=acc_dr.htm;");
//aI("text=Guest Room Amenities;url=acc_guest.htm;");
aI("text=Rates &nbsp;&nbsp;&nbsp;&nbsp;;url=javascript:OpenWin('carlton_rates.htm','Rates','yes',630,460);");
}
with(milonic2=new menuname("Milonic2")){
style=menuStyle;
orientation="horizontal";
aI("text=The Silver Oak;url=gou_sil.htm;");
aI("text=The Hearth;url=gou_hearth.htm;");
aI("text=End of the Road;url=gou_end.htm;");
aI("text=The Lawns;url=gou_terrace.htm;");
}
with(milonic3=new menuname("Milonic3")){
style=menuStyle;
orientation="horizontal";
aI("text=Within Carlton &raquo;;showmenu=Recreation Within;url=javascript:;align=right");
aI("text=Outside Carlton;url=rec_out.htm;");
}

with(milonic=new menuname("Recreation Within")){
style=menuStyle;
orientation="horizontal";
aI("text=Carlton Club  &raquo;&raquo;;showmenu=The Den;url=javascript:;");
aI("text=Carlton Lobby Level;url=rw_ll.htm;");
aI("text=Carlton Lawns;url=rw_cl.htm;");

}

with(milonic=new menuname("The Den")){
style=menuStyle;
orientation="horizontal";
aI("text=The Den;url=rw_cc_td.htm;");
aI("text=Games Area;url=rw_cc_ga.htm;");
aI("text=Health & Beauty;url=rw_cc_hb.htm;");
}


with(milonic4=new menuname("Milonic4")){
style=menuStyle;
orientation="horizontal";
aI("text=Seating Styles &nbsp;&nbsp;;url=javascript:OpenWin('seatingstyle.htm','SeatingStyles','no',630,410);");
}

with(milonic5=new menuname("Milonic5")){
style=menuStyle;
orientation="horizontal";
aI("text=Rates &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=javascript:OpenWin('carlton_rates.htm','Rates','yes',630,460);");
//aI("text=On-line Booking;url=javascript:OpenWin('carlton_rates.htm','Rates','yes',630,460);");
aI("text=On-line Booking;url=resv.htm;");
}

with(milonic6=new menuname("Milonic6")){
style=menuStyle;
orientation="horizontal";
aI("text=Within Kodai;url=sight_see_kodai.htm;");
aI("text=Water Falls;url=sight_see_falls.htm;");
aI("text=Scenic;url=sight_see_scenic.htm;");
aI("text=Picnics;url=sight_see_picnic.htm;");
aI("text=Other Info;url=sight_see_info.htm;");
}

with(milonic7=new menuname("Milonic7")){
style=menuStyle;
orientation="horizontal";
aI("text=Careers;url=../career_jobs.htm;");
}

drawMenus();
