_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
projectid=9;
description="Table Based (Relative) Menus";


with(menuStyle=new mm_style()){
onbgcolor="#22387e";
oncolor="#FFFFFF";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#fff100";
borderstyle="solid";
borderwidth=0;
separatorcolor="#041241";
separatorsize="1";
padding=3;
fontsize="14";
fontweight="bold";
fontstyle="none";
fontfamily="Verdana, Arial";
pagecolor="#ffffff";
pagebgcolor="#22387e";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
subimage="http://www.atlp.org/arrow.gif";
subimagepadding=2;

}

with(menuStyle=new mm_style()){
onbgcolor="#22387e";
oncolor="#FFFFFF";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#fff100";
borderstyle="solid";
borderwidth=0;
separatorcolor="#041241";
separatorsize="1";
padding=3;
fontsize="14";
fontweight="bold";
fontstyle="none";
fontfamily="Verdana, Arial";
pagecolor="#ffffff";
pagebgcolor="#22387e";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
subimage="http://www.atlp.org/arrow.gif";
subimagepadding=2;

}


with(subStyle=new mm_style()){
onbgcolor="#22387e";
oncolor="#FFFFFF";
offbgcolor="#ceeff9";
offcolor="#000000";
bordercolor="#fff100";
borderstyle="solid";
borderwidth=0;
separatorcolor="#041241";
separatorsize="1";
padding=3;
fontsize="14";
fontweight="bold";
fontstyle="none";
fontfamily="Verdana, Arial";
pagecolor="#ffffff";
pagebgcolor="#22387e";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
subimage="http://www.atlp.org/arrow.gif";
subimagepadding=2;

}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("Products")){
style=subStyle;
aI("text=Replacement Windows;showmenu=Windows;");
aI("text=Vinyl Siding;url=siding.shtml;");
aI("text=Roofing;url=roofing.shtml;");
aI("text=Kitchens;url=kitchens.shtml;");
aI("text=Bathrooms;url=bathrooms.shtml;");
}

with(milonic=new menuname("Windows")){
style=subStyle;
aI("text=Overview;url=windows.shtml;");
aI("text=Heritage Series;url=heritage.shtml;");
aI("text=Georgetown Series;url=georgetown.shtml;");
aI("text=Bays & Bows;url=bays_bows.shtml;");
}



drawMenus();

