_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 = "#D1D1E3";
       //oncolor = "#D1D1E3";
   //offbgcolor = "#000066";
      //offcolor = "#ffffff";
   //bordercolor = "black";
   //borderstyle = "solid";
//separatorcolor = "black";
 //separatorsize = 1;
       //padding = 0
       //onborder="2px solid black"
      //fontsize = "90%";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "impact";
   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 = "#B5C0B7";
   pagebgcolor = "#B5C0B7";
   //topbarimage = "images/arrowWhite.gif";
//topbarimageloc = "center;top"
     //subimage = "js_images/bgLX_edge.gif";
//subimageloc = "center;top"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}

with(mainStyle1=new mm_style()){
     //onbgcolor = "#D1D1E3";
       //oncolor = "#000066";
   //offbgcolor = "#000066";
      //offcolor = "#ffffff";
   //bordercolor = "black";
   //borderstyle = "solid";
separatorcolor = "#B5C0B7";
 separatorsize = 2;
       padding = 0
//onborder="2px solid black"
      //fontsize = "75%";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "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 = "white";
   //pagebgcolor = "#58685B";
   //topbarimage = "images/arrow_down.gif";
//topbarimageloc = "center;top"
      //subimage = "images/arrowWhite.gif";
//subimageloc = "center;top"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}

with(mainStyle2=new mm_style()){
     //onbgcolor = "#D1D1E3";
       //oncolor = "#D1D1E3";
   //offbgcolor = "#000066";
      //offcolor = "#ffffff";
   //bordercolor = "black";
   //borderstyle = "solid";
//separatorcolor = "black";
 //separatorsize = 1;
       //padding = 2
       //onborder="2px solid black"
      //fontsize = "100%";
    // 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 = "purple";
   //pagebgcolor = "pink";
   //topbarimage = "images/arrowWhite.gif";
//topbarimageloc = "center;middle"
     //subimage = "bgLX_edge.gif";
  //subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}





with(milonic=new menuname("mainmenu2")){_c=1
top = 90;// nathan change this to postion the menu up or down in pixels, 
//left = 1;//the menu will sit in a table cell 
//itemwidth=60
menuwidth="375";
borderwidth = 0;
//screenposition = "center;middle";
//alignment="center";
style = mainStyle;
alwaysvisible = 1;
orientation="horizontal";
//filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = 0;
//righttoleft = null;
itemheight=27;
//openonclick = null;
//bgimage="bgLX.gif";
//position="relative"
separatorcolor="#B5C0B7";
aI("text=<div align=center></div>;url=index.html;bgimage=images/but_home.gif;showmenu=nothen;itemwidth=53");
aI("text=<div align=center></div>;url=gallery.html;bgimage=images/but_gallery.gif;showmenu=nothen;itemwidth=58");
aI("text=<div align=center></div>;url=leather.html;bgimage=images/but_leather.gif;showmenu=nothen;itemwidth=88");
aI("text=<div align=center></div>;bgimage=images/but_corporate.gif;showmenu=corporate;itemwidth=88");
aI("text=<div align=center></div>;url=testimonials.html;bgimage=images/but_testimonials.gif;showmenu=nothen;itemwidth=88");
// this is the end piece don't touch
//aI("text=;bgimage=images/spacer.gif;itemwidth=22");
}


	with(milonic=new menuname("corporate")){_c=1
	borderwidth = 0;
	style = mainStyle1;
	aI("text=<div align=left><img src=images/spacer.gif height=1></div>");
	aI("text=<div align=left><img src=images/but_faq.gif width=88></div>;url=faqs.html");	
	aI("text=<div align=left><img src=images/but_about.gif width=88></div>;url=about.html");	
	aI("text=<div align=left><img src=images/but_contact.gif width=88></div>;url=contact.html");
	}	
	

		
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	