var NoOffFirstLineMenus=3; // Number of first level items var LowBgColor='#8694AF'; // Background color when mouse is not over var LowSubBgColor='ADB6C9'; // Background color when mouse is not over on subs var HighBgColor='#8694AF'; // Background color when mouse is over var HighSubBgColor='#ffffff'; // Background color when mouse is over on subs var FontLowColor='white'; // Font color when mouse is not over var FontSubLowColor='white'; // Font color subs when mouse is not over var FontHighColor='black'; // Font color when mouse is over var FontSubHighColor='black'; // Font color subs when mouse is over var BorderColor='black'; // Border color var BorderSubColor='black'; // Border color for subs var BorderWidth=1; // Border width var BorderBtwnElmnts=1; // Border between elements 1 or 0 var FontFamily='arial,comic sans ms,technical' // Font family menu items var FontSize=8; // Font size menu items var FontBold=1; // Bold menu items 1 or 0 var FontItalic=0; // Italic menu items 1 or 0 var MenuTextCentered='center'; // Item text position 'left', 'center' or 'right' var MenuCentered='center'; // Menu horizontal position 'left', 'center' or 'right' var MenuVerticalCentered='top'; // Menu vertical position 'top', 'middle','bottom' or static var ChildOverlap=.2; // horizontal overlap child/ parent var ChildVerticalOverlap=.2; // vertical overlap child/ parent var StartTop=0; // Menu offset x coordinate var StartLeft=1; // Menu offset y coordinate var VerCorrect=0; // Multiple frames y correction var HorCorrect=0; // Multiple frames x correction var LeftPaddng=3; // Left padding var TopPaddng=1; // Top padding var FirstLineHorizontal=1; // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 var DissapearDelay=1000; // delay before menu folds in var TakeOverBgColor=1; // Menu frame takes over background color subitem frame var FirstLineFrame=''; // Frame where first level appears var SecLineFrame=''; // Frame where sub levels appear var DocTargetFrame=''; // Frame where target documents appear var TargetLoc='navtd'; // span id for relative positioning var HideTop=0; // Hide first level when loading new document 1 or 0 var MenuWrap=1; // enables/ disables menu wrap 1 or 0 var RightToLeft=0; // enables/ disables right to left unfold 1 or 0 var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover var WebMasterCheck=0; // menu tree checking on or off 1 or 0 var ShowArrow=0; // Uses arrow gifs when 1 var KeepHilite=1; // Keep selected path highligthed var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10]; // Arrow source, width and height // Menu tree // MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width); // For rollover images set 'Text to show' to: 'rollover:Image1.jpg:Image2.jpg' function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} Menu1=new Array('SUBDIVISION DOCUMENTS','#','',7,16,200); Menu1_1=new Array('Country Brook Documents','documents/newdoc/countrybrook/index.html','',0,16,200); Menu1_2=new Array('North Hills Documents','documents/newdoc/northhills/index.html','',0,16,200); Menu1_3=new Array('South Creek Documents','documents/newdoc/southcreek/index.html','',0,16,200); Menu1_4=new Array('The Colony Documents','documents/newdoc/thecoloney/index.html','',0,16,200); Menu1_5=new Array('The Meadows Documents','documents/newdoc/themeadows/index.html','',0,16,200); Menu1_6=new Array('The Woods and The Views Documents','documents/newdoc/woodsviews/index.html','',0,16,200); Menu1_7=new Array('Stone Ridge Documents','#','',3,16,110); Menu1_7_1=new Array('Declaration of Covenants','documents/DeclarationOfCovenantsStoneRidge/index.htm','',0,16,200); Menu1_7_2=new Array('Second Declaration of Covenants','documents/SecondDeclarationOfCovenantsStoneRidge/index.htm','',0,16,200); Menu1_7_3=new Array('Builders Checklist','documents/StoneRidgeDeveloperCheckList/index.htm','',0,16,200); //Menu1_8=new Array('Windemere Builder Checklist','documents/WindemereDeveloperCheckList/index.htm','',0,16,200); Menu2=new Array('LOT PRICING AND AVAILABILITY','#','',13,16,200); Menu2_1=new Array('COUNTRY BROOK NORTH SECTION 1','lot.php?LotName=COUNTRY BROOK NORTH SECTION 1','',0,16,200); Menu2_2=new Array('COUNTRY BROOK NORTH SECTION 2','lot.php?LotName=COUNTRY BROOK NORTH SECTION 2','',0,16,250); Menu2_3=new Array('COUNTRY BROOK NORTH SECTION 3','lot.php?LotName=COUNTRY BROOK NORTH SECTION 3 (LOCUST GROVE)','',0,16,250); Menu2_4=new Array('COUNTRY BROOK NORTH SECTION 4','lot.php?LotName=COUNTRY BROOK NORTH SECTION 4','',0,16,250); Menu2_5=new Array('COUNTRY BROOK NORTH SECTION 5','lot.php?LotName=COUNTRY BROOK NORTH SECTION 5','',0,16,250); Menu2_6=new Array('COUNTRY BROOK NORTH SECTION 6','lot.php?LotName=COUNTRY BROOK NORTH SECTION 6','',0,16,250); Menu2_7=new Array('COUNTRY BROOK NORTH SECTION 7','lot.php?LotName=COUNTRY BROOK NORTH SECTION 7','',0,16,250); Menu2_8=new Array('NORTH HILLS','lot.php?LotName=NORTH HILLS','',0,16,250); Menu2_9=new Array('SOUTH CREEK','lot.php?LotName=SOUTH CREEK','',0,16,250); Menu2_10=new Array('STONE RIDGE','lot.php?LotName=STONE RIDGE','',0,16,250); Menu2_11=new Array('THE MEADOWS','lot.php?LotName=THE MEADOWS','',0,16,250); Menu2_12=new Array('THE VIEWS','lot.php?LotName=THE VIEWS','',0,16,250); Menu2_13=new Array('THE WOODS','lot.php?LotName=THE WOODS','',0,16,250); //Menu2_12=new Array('WINDEMERE','lot.php?LotName=WINDEMERE','',0,16,250); Menu3=new Array('COMMUNITY INFO','communityframe.php','',0,16,150);