_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 = "";
       oncolor = "";
    offbgcolor = "";
      offcolor = "";
   bordercolor = "";
   borderstyle = "";
separatorcolor = "black";
 separatorsize = 0;
       padding = 0
       //onborder="2px solid black"
      fontsize = "75%";
     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 = "#000000";
  pagebgcolor = "#575A77";
   topbarimage = "";
topbarimageloc = "center;middle"
      subimage = "";
   subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}
with(subStyle=new mm_style()){
     onbgcolor = "#464B77";
       oncolor = "#ffffff";
    offbgcolor = "#85889F";
      offcolor = "#ffffff";
   bordercolor = "#FFCC00";
   borderstyle = "";
   overfilter="Alpha(opacity=60)"; 
separatorcolor = "black";
 separatorsize = 0;
       padding = 5;
	 //onborder="2px solid black"
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "bold";
    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 = "#FFFFFF";
  pagebgcolor = "#000000";
//   topbarimage = "images/arrow_down.gif";
topbarimageloc = "center;middle";
//      subimage = "images/arrow.gif";
   subimageloc = "center;middle";
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}




with(milonic=new menuname("mainmenu2")){_c=1
//top = 74;
//left = 3;
//itemwidth=60
//menuwidth="99%";
borderwidth = 1;
//screenposition = "center;middle";
//alignment="center";
style = mainStyle;
alwaysvisible = 1;
orientation="horizontal";
//filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = null;
//righttoleft = null;
//itemheight=25;
//openonclick = null;
//bgimage="winxp_back.gif";
position="relative";
//separatorcolor="green";
aI("itemwidth=130;image=images/nav_streamline.png;url=#;showmenu=streamline menu");
aI("itemwidth=74;image=images/nav_services.png;url=#;showmenu=services menu");
aI("itemwidth=130;image=images/nav_ourprofessionals.png;url=#;showmenu=professionals menu");
aI("itemwidth=205;image=images/nav_debtsales.png;url=services_debtsales.html");
aI("itemwidth=130;image=images/nav_debtbuyer.png;url=#;showmenu=debt menu");
aI("itemwidth=103;image=images/nav_contact.png;url=contactus.html");
}

	with(milonic=new menuname("streamline menu")){_c=1
	borderwidth = 1;
	style = subStyle;
	itemwidth=165;
	aI("text=Engaging Streamline;url=streamline_engaging.html");
	aI("text=A Message from our CEO;url=streamline_message.html");
	aI("text=Our Relationships;url=streamline_relationships.html");
	aI("text=Industries Serviced;url=streamline_industries.html");
	aI("text=Our References;url=streamline_references.html");
	aI("text=Testimonials;url=streamline_testimonials.html");
	}

	with(milonic=new menuname("services menu")){_c=1
	borderwidth = 1;
	style = subStyle;
	itemwidth=120;
	aI("text=Free Consultation;url=contact_consultation.html");
	aI("text=Distressed Banks;url=services_banks.html");
	aI("text=For the Creditor;url=services_creditor.html");
	aI("text=For the Debt Buyer/Reseller;url=services_debtbuyer.html");
	aI("text=For the Collections Firms;url=services_collectionfirms.html");
	aI("text=For Law Firms;url=services_lawfirms.html");
	aI("text=Vendor Selection;url=services_vendorselection.html");
	}
		
	with(milonic=new menuname("professionals menu")){_c=1
	borderwidth = 1;
	style = subStyle;
	itemwidth=165;
	aI("text=Paul Fiumano, Chief Executive Officer & President;url=professionals_pfiumano.html");
	aI("text=Shelley Lee, Chief Financial Officer and Chief Process Officer;url=professionals_slee.html");
	}

	with(milonic=new menuname("contact menu")){_c=1
	borderwidth = 1;
	style = subStyle;
	itemwidth=120;
	aI("text=Consultation;url=contact_consultation.html");
	aI("text=Contact Info;url=contactus.html");
	}	
	
	with(milonic=new menuname("debt menu")){_c=1
	borderwidth = 1;
	style = subStyle;
	itemwidth=185;
	aI("text=Join Our Network;url=http://streamlineconsultinginc.com/debtnetwork_join.html");
	aI("text=View Listings;url=debtnetwork_listings.html");
	aI("text=Submit Listings;url=debtnetwork_submit.html");
	aI("text=Documents;url=debtnetwork_docs.html");
	}	

for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	
