_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
//_followSpeed=0       // Follow Scrolling speed (higher number makes the scrolling smoother but slower)
//_followRate=0        // Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
_subOffsetTop=5;     // Sub menu offset Top position
_subOffsetLeft=-10;  // Sub menu offset Left position


with(mainStyle=new mm_style()){
     onbgcolor = "#ffffff";
       oncolor = "#0A0060";
    offbgcolor = "#0A0060";
      offcolor = "#ffffff";
   //bordercolor = "";
   //borderstyle = "solid";
//separatorcolor = "";
 //separatorsize = 0;
       //padding = 0;
       //onborder="2px solid black"
      fontsize = "11";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
     //pagecolor = "";
   //pagebgcolor = "";
   //topbarimage = "";
//topbarimageloc = "center;middle"
      //subimage = "";
   //subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}


with(milonic=new menuname("mainmenu2")){_c=1
top = 82;
//left = 3;
//itemwidth=60
//menuwidth="99%";
menuheight="18";
borderwidth = 0;
//screenposition = "top;left";
//alignment="center";
style = mainStyle;
alwaysvisible = 1;
orientation="horizontal"
//filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = null;
//righttoleft = null;
//itemheight=200;
//openonclick = null;
//bgimage="winxp_back.gif";
position="absolute"
//separatorcolor="green";
aI("itemwidth=68;text=<img border=0 src=/images/home1.gif>;url=/index.php");
aI("text=<img border=0 src=/images/buildingtypes1.gif>;showmenu=buildings;itemwidth=114");
aI("text=<img border=0 src=/images/components1.gif>;showmenu=components;itemwidth=162");
aI("text=<img border=0 src=/images/architects1.gif>;url=/architects.php;itemwidth=151");
aI("itemwidth=91;text=<img border=0 src=/images/contact1.gif>;url=/color.php");
aI("itemwidth=63;text=<img border=0 src=/images/faq1.gif>;url=/faq.php");
aI("itemwidth=101;text=<img border=0 src=/images/request1.gif>;url=/request.php");
}

	with(milonic=new menuname("buildings")){_c=1
	borderwidth = 0;
	left = 80;
	itemwidth=90;
	style = mainStyle;
	aI("text=Commercial;url=/commercial.php");
	aI("text=Agriculture;url=/agriculture.php;");
	aI("text=Mini-Storage;url=/ministorage.php");
	aI("text=Specialty;url=/specialty.php");
	}	

	with(milonic=new menuname("components")){_c=1
	borderwidth = 0;
	left = 194;
	itemwidth=139;
	style = mainStyle;
	aI("text=Overhead Doors;url=/overheaddoors.php");
	aI("text=Windows;url=/windows.php;");
	aI("text=Doors;url=/doors.php");
	aI("text=Insulation;url=/insulation.php");
	aI("text=Custom Panels;url=/panels.php");
	aI("text=Finishing Touches;url=/finishing.php");
	aI("text=Custom Jobs;url=/customjobs.php");
	}
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	
