

_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=5              // Sub menu top offset

_subOffsetLeft=-35           // Sub menu left offset

_scrollAmount=3               // Only needed for Netscape 4.x

_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){

onbgcolor="#1970B9";

oncolor="#D8EDFF";

offbgcolor="#790000";

offcolor="#FFFFFF";

bordercolor="#FFFFFF";

borderstyle="solid";

borderwidth=0;

separatorcolor="#A5BCCC";

separatorsize=0;

padding=0;

fontsize=11;

fontstyle="normal";

fontweight="bold";

fontfamily="arial, helvetica, sans-serif";

pagecolor="";

pagebgcolor="";

headercolor="";

headerbgcolor="";

subimage="";

subimagepadding=0;

overfilter="";

outfilter="";

}



with(menuStyle2=new mm_style()){

onbgcolor="#D8D8D8";

oncolor="#660000";

offbgcolor="#790000";

offcolor="#FFFFFF";

bordercolor="#FFFFFF";

borderstyle="solid";

borderwidth=1;

separatorcolor="#FFFFFF";

separatorsize=1;

padding=4;

fontsize=11;

fontstyle="normal";

fontfamily="arial, helvetica, sans-seri";

pagecolor="";

pagebgcolor="";

headercolor="";

headerbgcolor="";

subimage="";

subimagepadding=0;

overfilter="Fade(duration=0.5);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";

}



with(milonic=new menuname("portfolio")){

style=menuStyle2;

borderwidth=0;

bordercolor="#FFFFFF";

itemwidth=125; 

aI("text=Exterior Portfolio;url=exterior_port.html;");

aI("text=Interior Portfolio;url=interior_port.html;");

}



with(milonic=new menuname("contact")){

style=menuStyle2;

borderwidth=0;

bordercolor="#FFFFFF";

itemwidth=125; 

aI("text=Free Estimate;url=estimates.html;");

}





drawMenus();



