<!-- 
/*
------------------------------------------------------------------------------
File Name: pH2.menu.js
Company: ph2enterprises
Author: Phil Henslee <ph2@ph2.us> ©2003
Purpose: Creates simple drop down menu object
Functions: 6
Date Created: April 26, 2003
Last Modified: April 26, 2003
Required Files: pH2.config.js, pH2.detection.js, ph2.utility.js
------------------------------------------------------------------------
*/

/*----------------------------------------------------------------------
  ** Build Site Menus
  ----------------------------------------------------------------------
*/


pH2.Images.add('lifestyle_h.gif');{


var pMenu1= new pH2.SimpleMenu('pMenu1','lifestyle',0,0,74,'#DEDEDE','#F7F7F7','#808080','#818181','#818181','#818181','dhtmlNav',true,false,1,'#818181',false);
pMenu1.addItem('<font face="Verdana" size="1" color="#808080">The Lofts</font>','loft.htm,self');
pMenu1.addItem('<font face="Verdana" size="1" color="#808080">The Hall</font>','hall.htm,self');
pMenu1.addItem('<font face="Verdana" size="1" color="#808080">The Studios</font>','studio.htm,self');
pMenu1.render();

}

// -->
