


_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="#4F8EB6";
oncolor="#CCCCCC";
//offbgcolor="#DCE9F0";
offcolor="#FFFFFF";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=0;
//separatorcolor="#2D729D";
//separatorsize="1";
padding=2;
fontsize="75%";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="../img/scriptimg/arrowdn.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuSub1Style=new mm_style()){
onbgcolor="#FFCC66";
oncolor="#000000";
offbgcolor="#770000";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="9";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="../img/scriptimg/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(menuSub2Style=new mm_style()){
onbgcolor="#004934";
oncolor="#FFFFFF";
offbgcolor="#FFCC66";
offcolor="#004934";
bordercolor="#004934";
borderstyle="solid";
borderwidth=1;
separatorcolor="#004934";
separatorsize="1";
padding=2;
fontsize="9";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
//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(milonic=new menuname("Services")){
style=menuSub1Style;
itemwidth=150;
aI("text=Commercial Service;url=http://www.simplycleanjanitorial.com/commercial.htm;");
aI("text=Floor Care;url=http://www.simplycleanjanitorial.com/floorcare.htm;");
aI("text=Construction Site;url=http://www.simplycleanjanitorial.com/construction.htm;");
aI("text=Maid Service;url=http://www.simplycleanjanitorial.com/maidservice.htm;");
}


drawMenus();

