
    DM_DOM = (document.getElementById) ? true : false;
    DM_NS4 = (document.layers) ? true : false;
     DM_IE = (document.all) ? true : false;
    DM_IE4 = DM_IE && !DM_DOM;
    DM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
   DM_IE4M = DM_IE4 && DM_Mac;
  
   DM_IE5M = DM_IE && DM_Mac;
   DM_IE5W = DM_IE && !DM_Mac;
    DM_NS6 = (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko"));
  DM_IEpos = DM_IE || (DM_NS6 && parseInt(navigator.productSub)>=20010710);
  DM_IECSS = (DM_IE && document.compatMode) ? document.compatMode ==  "CSS1Compat" : false;
  DM_IEDTD = (DM_IE && document.doctype) ? document.doctype.name.indexOf(".dtd")!=-1 : DM_IECSS;
DM_IEnoDTD = DM_IE && !DM_IEDTD;

  DM_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
DM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);

DM_IsMenu = !DM_Opera && !DM_Konqueror && !DM_IE4M && (DM_DOM || DM_NS4 || DM_IE4);

DM_BrowserString = DM_NS4 ? "NS4" : DM_DOM ? "DOM" : "IE4";


if(window.event + "" == "undefined") event = null;
function DM_f_PopUp(){return false};
function DM_f_PopDown(){return false};
popUp = DM_f_PopUp;
popDown = DM_f_PopDown;


// DM_GL_MenuWidth          = 180; 
DM_GL_FontFamily         = "Arial, Tahoma, Helvetica, sans-serif";
DM_GL_FontSize           = 10;
DM_GL_FontBold           = false;
DM_GL_FontItalic         = false;
DM_GL_FontColor          = "FFFFFF";
DM_GL_FontColorOver      = "FFFFFF";
DM_GL_BGColor            = "5D859B";
DM_GL_BGColorOver        = "5D859B"; // EEEECC or FFD100 or F6E7A2
DM_GL_ItemPadding        = 1;

DM_GL_BorderWidth        = 0;
DM_GL_BorderColor        = "5D859B";
DM_GL_BorderStyle        = "solid";
DM_GL_SeparatorSize      = 0;
DM_GL_SeparatorColor     = "FFFFFF";

DM_GL_ImageSrc = "images/white_arrow.gif";
DM_GL_ImageSrcLeft = "images/white_arrow.gif";

DM_GL_ImageSrcOver = "images/black_arrow.gif";
DM_GL_ImageSrcLeftOver = "images/black_arrow.gif";

DM_GL_ImageSize          = 13;
DM_GL_ImageHorizSpace    = 0;
DM_GL_ImageVertSpace     = 0;

DM_GL_KeepHilite         = true; // main menu stays highlighted when on a submenu item.
DM_GL_ClickStart         = false; // click to expand submenu rather than roll over.
DM_GL_ClickKill          = 0;
DM_GL_ChildOverlap       = 4;
DM_GL_ChildOffset        = 2;
DM_GL_ChildPerCentOver   = null;
DM_GL_TopSecondsVisible  = .2;
DM_GL_ChildSecondsVisible = .2;
DM_GL_StatusDisplayBuild = 0;
DM_GL_StatusDisplayLink  = 1;
DM_GL_UponDisplay        = null;
DM_GL_UponHide           = null;

DM_GL_RightToLeft      = false;
DM_GL_CreateTopOnly      = DM_NS4 ? true : false;
DM_GL_ShowLinkCursor     = true;

// the following function is included to illustrate the improved JS expression handling of
// the left_position and top_position parameters introduced in 4.0.9
// and modified in 4.1.3 to account for IE6 standards-compliance mode
// you may delete if you have no use for it

function DM_f_PositionMenu(topmenuid) {
	var MinimumPixelLeft = 0;
	var TheMenu = DM_DOM ? document.getElementById(topmenuid) : DM_IE4 ? document.all(topmenuid) : eval("window." + topmenuid);
	var TheMenuWidth = DM_DOM ? parseInt(TheMenu.style.width) : DM_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;
	var TheContentWidth = DM_DOM ? 685 : 700 
	var TheWindowWidth = DM_IE ? (DM_DOM ? DM_IEcanvas.clientWidth : document.body.clientWidth) : window.innerWidth;
	return Math.max(parseInt((TheWindowWidth-TheContentWidth) / 2),MinimumPixelLeft);
}

if(DM_IsMenu) {

		
DM_Array1 = [
[110,      // menu width
// "DM_f_PositionMenu('DM_Menu1')+15",       // left_position - dynamic (see above)
130,       // left_position - static (393 used on site)
88,       // top_position
,   // font_color
"3B5A6F",   // mouseover_font_color
,   // background_color
"A1C4D8",   // mouseover_background_color
,   // border_color
,    // separator_color
1,         // top_is_permanent
1,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
0,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
0,          // right_to_left
],     // display_on_click

["<img src='images/nav_arrow.gif' border='0' width='13' height='13' align='middle'>&nbsp;THE DESIGNS","proj_rendering.html",0,0,1],
["<img src='images/nav_arrow.gif' border='0' width='13' height='13' align='middle'>&nbsp;COMMUNITY","comm_intro.html",0,0,1],
["<img src='images/nav_bullet.gif' border='0' width='13' height='8' align='middle'>&nbsp;CONTACT US","contact_main.html",0,0,0]
]

DM_Array1_1 = [
[],
["&nbsp;Photo Gallery","proj_rendering.html",1,0,0],
["&nbsp;Virtual Tour","proj_virtual_tour.html",1,0,0],
["&nbsp;Floor Plans","proj_floorplans.html",1,0,1],
["&nbsp;Features","proj_features.html",1,0,0]
]

DM_Array1_1_2 = [
[],
["&nbsp;The Palmetto","proj_palmetto.html",1,0,0],
["&nbsp;The Trumpet","proj_trumpet.html",1,0,0],
["&nbsp;The Lantana","proj_lantana.html",1,0,0],
["&nbsp;The Spartina","proj_spartina.html",1,0,0],
["&nbsp;The Aster","proj_aster.html",1,0,0]
]

DM_Array1_2 = [
[],
["&nbsp;Overview","comm_intro.html",1,0,0],
["&nbsp;Amenities","comm_amenities.html",1,0,0],
["&nbsp;Map","comm_map.html",1,0,0],
["&nbsp;Site Plan","comm_siteplan.html",1,0,0],
["&nbsp;Site Map","comm_sitemap.html",1,0,0],
["&nbsp;Building Layouts","comm_buildings.html",1,0,0],
["&nbsp;Pricing","comm_pricing.html",1,0,0]
]

DM_Array1_3 = [
[],
["&nbsp;Contact Us","contact_main.html",1,0,0]
]

// alert(DM_BrowserString);

document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='includes/DropMenu_"+ DM_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}


//end
