

var mm0 = new TMainMenu('mm0','horizontal');

var pmFeatures0 = new TPopMenu('<img src="images/nav_features.gif" alt="FEATURES" border="0">','0','','','Features');
  var pmFeatures10 = new TPopMenu('Features 1','','a','features1.htm','Features 1');
  var pmGeneral0 = new TPopMenu('General Introduction','','a','general_introduction.htm','General Introductiona');
  var pmFeatures20 = new TPopMenu('Features 2','','a','features2.htm','Features 2');


var pmRoom0 = new TPopMenu('<img src="images/nav_room.gif" alt="ROOMS" border="0">','0','','','Rooms');
  var pMasteSuite0 = new TPopMenu('Master Suite','','a','master_suite.htm','Master Suite');
  var pGuestBR0 = new TPopMenu('Guest Bedrooms','','a','guest_bedrooms.htm','Guest Bedrooms');  
  var pMasterBR0 = new TPopMenu('Master Bedroom','','a','master_bedroom.htm','Master Bedroom');  
  var pHoney0 = new TPopMenu('Honeymoon Cottage','','a','honeymoon_cottage.htm','Honeymoon Cottage');  

var pmCommon0 = new TPopMenu('<img src="images/nav_common.gif" alt="COMMON AREAS" border="0">','0','','','Common Areas');
  var pFirstFloorLongue0 = new TPopMenu('First Floor Lounge','','a','first_floor_lounge.htm','First Floor Longue');
  var pLivingRoom0 = new TPopMenu('Living Room','','a','living_room.htm','Living Room');  
  var pDiningRoom0 = new TPopMenu('Dining Room','','a','dining_room.htm','Dining Room');  
  var pSwimm0 = new TPopMenu('Swimming Pool','','a','swimming_pool.htm','Swimming Pool');
  var pSpa0 = new TPopMenu('Spa','','a','spa.html','Spa');  
  var pAll0 = new TPopMenu('Overall Views','','a','overall_views.htm','Overall Views');  
  var pTower0 = new TPopMenu('Tower','','a','tower.htm','Tower');  
  
  

mm0.Add(pmFeatures0);
  pmFeatures0.Add(pmFeatures10);
  pmFeatures0.Add(pmGeneral0);
  pmFeatures0.Add(pmFeatures20);
  
mm0.Add(pmRoom0);
  pmRoom0.Add(pMasteSuite0);
  pmRoom0.Add(pGuestBR0);
  pmRoom0.Add(pMasterBR0);
  pmRoom0.Add(pHoney0);

mm0.Add(pmCommon0);
  pmCommon0.Add(pFirstFloorLongue0);
  pmCommon0.Add(pLivingRoom0);
  pmCommon0.Add(pDiningRoom0);
  pmCommon0.Add(pSwimm0);
  pmCommon0.Add(pSpa0);
  pmCommon0.Add(pAll0);
  pmCommon0.Add(pTower0);     
  
  

mm0.SetPosition('relative',0,0);
if(_browser._name == "Konqueror")
{
	mm0.SetCorrection(11,10);
	mm0._pop.SetCorrection(3,-20);
}
else
{
	mm0.SetCorrection(1,-1);
	mm0._pop.SetCorrection(3,0);
}
mm0.SetCellSpacing(0);
mm0.SetItemDimension('','');
mm0.SetExpandIcon(false,'','6');

mm0.SetBackground('#4C392A','','','');
//mm0.SetShadow(true,'#B0B0B0',10);
mm0.SetItemText('black','Left','bold','','');
mm0.SetItemBackground('#4C392A','','','');
mm0.SetItemBorder('0','buttonface','solid');
mm0.SetItemTextHL('white','Left','bold','','');
mm0.SetItemBackgroundHL('','','','');
mm0.SetItemBorderHL(0,'black','solid');
mm0.SetItemTextClick('#990000','Left','bold','','');
mm0.SetItemBackgroundClick('white','','','');
mm0.SetItemBorderClick(0,'black','solid');
mm0.SetBorder(0,'navy','solid');

mm0._pop.SetItemDimension(170,20);
mm0._pop.SetPaddings(2);
mm0._pop.SetBackground('#ECE5E0','','','');
mm0._pop.SetSeparator(150,'right','black','');
//mm0._pop.SetExpandIcon(true,'<+>',6);
mm0._pop.SetBorder(0,'black','solid');
mm0._pop.SetShadow(true,'black',2);
mm0._pop.SetDelay(500);
mm0._pop.SetItemBorder(0,'','');
mm0._pop.SetItemBorderHL(0,'black','solid');
mm0._pop.SetItemPaddings(1);
mm0._pop.SetItemPaddingsHL(1);
mm0._pop.SetItemText('black','','bold','','');
mm0._pop.SetItemTextHL('#ffffff','','bold','','');
mm0._pop.SetItemBackground('','','','');
mm0._pop.SetItemBackgroundHL('#CCB8A9','','','');
mm0._pop.SetBorderRight(1,'black','solid');
mm0._pop.SetBorderBottom(1,'black','solid');
mm0._pop.SetBorderLeft(1,'black','solid');
mm0._pop.SetBorderTop(1,'black','solid');

  
mm0.Build();
 


     
