oM=new makeCM("oM"); 

oM.resizeCheck=1; 
oM.rows=1;  
oM.onlineRoot=""; 
oM.pxBetween =0;
oM.menuPlacement="center";

oM.fillImg="cm_fill.gif"; 
oM.fromTop=2; 
oM.fromLeft=0; 
oM.wait=500; 
oM.zIndex=400;

oM.useBar=1; 
oM.barWidth="610"; 
oM.barHeight="menu"; 
oM.barX=0;
oM.barY="menu"; 
oM.barClass="clBar";

oM.barBorderX=0; 
oM.barBorderY=0;

oM.level[0]=new cm_makeLevel(112,18,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(155,18,"clS","clSover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[2]=new cm_makeLevel(155,18,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(155,18);

oM.makeMenu('top0','','Accommodations','');
oM.makeMenu('top1','','Dining','');
oM.makeMenu('top2','','Special Events','');
oM.makeMenu('top3','','Amenities','');
oM.makeMenu('top4','','Area Activities','');
oM.makeMenu('top5','','About Us','');

oM.makeMenu('sub0_0','top0','&nbsp;  Room Selection','rooms.html');
oM.makeMenu('sub0_1','top0','&nbsp;  Make A Reservation','reservations.html');
oM.makeMenu('sub0_2','top0','&nbsp;  Deluxe Rooms','deluxerooms.html');
oM.makeMenu('sub0_3','top0','&nbsp;  Bungalows','bungalows.html');
oM.makeMenu('sub0_4','top0','&nbsp;  Suites','suites.html');
//oM.makeMenu('sub0_5','top0','&nbsp;  Resort Complex','photosresort.html');
//oM.makeMenu('sub0_6','top0','&nbsp;  Pueblo Bungalows','pueblobungalows.html');
//oM.makeMenu('sub0_7','top0','&nbsp;  Riverside Bungalows','riversidebungalows.html');

oM.makeMenu('sub1_0','top1','&nbsp;  Sabor Escondido','sabor.html');
oM.makeMenu('sub1_1','top1','&nbsp;  The Higueron','grill.html');
oM.makeMenu('sub1_2','top1','&nbsp;  Bar La Cantina','cantina.html');
oM.makeMenu('sub1_3','top1','&nbsp;  Cafe con Leche','cafeconleche.html');

oM.makeMenu('sub2_0','top2','&nbsp;  Weddings & Banquets','events.html');
oM.makeMenu('sub2_1','top2','&nbsp;  Corporate Events','events.html');
//oM.makeMenu('sub2_2','top2','&nbsp;  Events Photos','photosevents.html');

oM.makeMenu('sub3_0','top3','&nbsp;  Country Club','quebrada.html');
oM.makeMenu('sub3_1','top3','&nbsp;  The Spa','spa.html');
oM.makeMenu('sub3_2','top3','&nbsp;  Golf Course','golf.html');
oM.makeMenu('sub3_3','top3','&nbsp;  Pueblito','pueblito.html');
oM.makeMenu('sub3_4','top3','&nbsp;  Pools','pools.html');
oM.makeMenu('sub3_5','top3','&nbsp;  Fitness Center','fitness.html');

oM.makeMenu('sub4_0','top4','&nbsp;  Adventure Tours','adventure.html');
//oM.makeMenu('sub4_1','top4','&nbsp;  Things to See','thingstosee.html');

oM.makeMenu('sub5_0','top5','&nbsp;  About Us','contactus.html');
//oM.makeMenu('sub5_1','top5','&nbsp;  Contact Us','contactus.html');
oM.makeMenu('sub5_2','top5','&nbsp;  Director Message','message.html');
oM.makeMenu('sub5_3','top5','&nbsp;  Meet Our Staff','staff.html');
//oM.makeMenu('sub5_3','top5','&nbsp;  Resort Photos','photosresort.html');
//oM.makeMenu('sub5_4','top5','&nbsp;  Spa Photos','photosspa.html');
//oM.makeMenu('sub5_5','top5','&nbsp;  Golf Photos','photosgolf.html');
//oM.makeMenu('sub5_6','top5','&nbsp;  Area Photos','photosarea.html');
oM.makeMenu('sub5_7','top5','&nbsp;  Home Page','index.html');

//var avail="190+((cmpage.x2-235)/7)";
//oM.menuPlacement=new Array(192,avail+"-11",avail+"*2-8",avail+"*3-12",avail+"*4-7",avail+"*5-9",avail+"*6+5")
oM.construct()
