_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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(menuStyle=new mm_style())
{
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(Menu=new menuname("Residential"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Before & After - Residential;url=remodelResidential.php;");
	aI("text=Remodel - Residential;url=gallery.php?album=Remodel_Residential;");
	aI("text=New Homes;url=gallery.php?album=New_Homes;");
	aI("text=Kitchens;url=gallery.php?album=Kitchens;");
	aI("text=Bath Rooms;url=gallery.php?album=Baths;");
	aI("text=New Home Profiles;url=portfolio.php;");
	aI("text=Misc;url=gallery.php?album=Misc;");
}

with(Menu=new menuname("Commercial"))
{
	style=menuStyle;
	overflow="scroll";
	aI("text=Before & After - Commercial;url=remodelCommercial.php;");
	aI("text=Remodel - Commercial;url=gallery_commercial.php?album=Remodel_Commercial;");
}

drawMenus();


