/*
Filename: pulldown_menus.js
Desc:     Pulldown menu definitions for FPL, LLC
Author:   Relevant Arts Enterprise, Inc. <http://www.relevantarts.com/>
          John A. Lock <jlock@relevantarts.com>
Created:  2003-Oct-27
Modified: 
*/

_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=40;               // Follow scrolling Rate
_subOffsetTop=10;             // 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

with(DefaultStyle=new mm_style()) {
onbgcolor="#6C7F98";
oncolor="#ffffff";
offbgcolor="#BCAC6B";
offcolor="#0F2B44";
padding=2;
fontsize="14";
fontstyle="normal";
fontfamily="Georgia,Times,serif";
overfilter="Alpha(style=0,opacity=85)";
}

with(milonic=new menuname("company")) {
style=DefaultStyle;
top=79;
left=151;
itemwidth=177;
aI("text=&nbsp;&nbsp;overview;url=company.php;");
aI("text=&nbsp;&nbsp;principals;url=principals.html;");
aI("text=&nbsp;&nbsp;affiliated companies;url=companies.html;");

}

with(milonic=new menuname("portfolio")) {
style=DefaultStyle;
top=79;
left=333;
itemwidth=177;
aI("text=&nbsp;&nbsp;overview;url=portfolio.php;");

aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Juniper;url=juniper.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Park View;url=parkview.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;1184 Piedmont;url=1184piedmont.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;1198 Piedmont;url=1198piedmont.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Melrose Park;url=melrose.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Overby Park Townhomes;url=overby.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Ponceana;url=ponceana.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;St. Charles;url=stcharles.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Paces Green Phase I;url=paces_p1.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Paces Green Phase II;url=paces_p2.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Ellsworth Warehouse;url=ellsworth.html;");
}

with(milonic=new menuname("projects")) {
style=DefaultStyle;
top=79;
left=515;
itemwidth=177;
aI("text=&nbsp;&nbsp;overview;url=projects.php;");
//aI("text=&nbsp;&nbsp;FPL New Projects;fontweight=bold;onbgcolor=#BCAC6B;oncolor=#0F2B44;");


aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Muller's Building;url=mullers.html;");

}

drawMenus();
