


_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(menuStyle=new mm_style()){
onbgcolor="#FF0000";
oncolor="#ffffff";
offbgcolor="#FFFF00";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/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(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="top;center";
left="offset=-355";
top="offset=+170";
alwaysvisible=1;
followscroll=1;
orientation="vertical";
aI("text=Home;url=index.php;status=Home;image=images/home.gif;");
aI("text=Top of Page;url=#top;status=Top of Page;image=images/up.gif;");
aI("text=Administration;url=prf_admin.php;status=ConcretePRF Administration;image=images/bullet.gif;");
aI("text=Customer Testimonials;url=cust_test.php;status=Customer Testimonials;image=images/bullet.gif;");
aI("text=FREE Estimate Request;url=estimate_req.php;status=Submit a Request for a FREE Estimate;image=images/bullet.gif;");
aI("text=Project Photos;url=photos.php;status=Project Photos;image=images/bullet.gif;");
}

drawMenus();


