_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=-40;              // Sub menu top offset
_subOffsetLeft=10;        // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="#767676";
oncolor="#000000";
offbgcolor="#767676";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="14px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#B9AB90";
oncolor="#000000";
offbgcolor="#584E3C";
offcolor="#FFFFFF";
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
separatorcolor="#666666";
separatorsize=0;
padding=5;
fontsize="11px"; 
fontstyle="normal";
fontfamily="tahoma, arial, helvetica, sans-serif";
overfilter="fade(duration=0.7);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=0)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("ourwork")){;
borderwidth=0;
bordercolor="#FFFFFF";
style=menuStyle2;
itemwidth=162;
aI("text=residential;url=photogallery.aspx?categoryguid={6977D74B-D49B-4bf3-825E-F68D5A7FE835}");
aI("text=commercial;url=photogallery.aspx?categoryguid={8BB31B55-2F9C-45c1-BADA-BA68722690A8}");
aI("text=resort;url=photogallery.aspx?categoryguid={9802F950-4B75-4973-B0C9-0693D1A07792}");
aI("text=entertainment & outdoor living;url=photogallery.aspx?categoryguid={E49AED18-4D59-4c0b-A3B0-669619C4B1D9}");
aI("text=features;url=photogallery.aspx?categoryguid={17068739-60FA-4a51-81C1-F21997B6D2CA}");
aI("text=pools & spas;url=photogallery.aspx?categoryguid={2CA98EB3-018C-431f-A169-03007D38C410}");
aI("text=signage & monumentation;url=photogallery.aspx?categoryguid={E5DEFF00-D3AB-43fd-BB35-FE3784FBB6B8}");
aI("text=project photos;url=photogallery_projectphotos.aspx");
aI("text=award winners;url=awards.aspx");
}

with(milonic=new menuname("ourcompany")){;
borderwidth=0;
bordercolor="#FFFFFF";
style=menuStyle2;
itemwidth=102; 
aI("text=our mission;url=content.aspx?guid=F129A4AE-C04A-46d5-930D-8226008C0CCB");
aI("text=philosophy;url=content.aspx?guid=3D6BE475-2E89-4df6-B04B-F1E4EE4BF792");
aI("text=bios;url=content.aspx?guid=D999BD55-9AEB-435c-A344-CC036D1D7CA2");
aI("text=faq;url=content.aspx?guid=7C915F76-130C-42af-9916-72E6BA10CEEA");
aI("text=employment;url=content.aspx?guid=1C6BE620-F9D2-48e2-A899-1BD3929B755E");
aI("text=services;url=content.aspx?guid=7DF1A0ED-E820-464f-8D76-320DDD4A4DF3");
aI("text=links;url=content.aspx?guid=D44D7658-605E-4363-B2B5-CAE87A555C08");
aI("text=press room;url=content.aspx?guid=FB50FF19-16B9-47dc-8FDA-FAA65424ED5A");
}

drawMenus();

