//*----------------------------------------------
//* SIDE MENU 2 - above Subscriber List box
//*----------------------------------------------
	
	with(milonic=new menuname("QuickMenu")){	
  	style=quickMenuStyle; itemwidth=120; alwaysvisible=1; orientation="vertical"; position="relative";
  	  	 
//*----------------------------------------------
//*  WHAT'S NEW BOX
//*
//* Each aI statement is a menu item under What's New. For PDF, make sure you have a "target=blank;" parm.
//*
//* To deactivatge an item without deleting it, just put a // at the beginning of the line.
//*----------------------------------------------

//	aI("text=See us at<br><b>U Connect 08</b><br>June 9-12<br>Booth #414;align=center;url=http://www.uconnectevent.org;target=blank");
		aI("text=<b>Free Whitepaper</b><br>What is EDI and how does it work?;align=center;url=../download/whit-999-20090825-What-is-EDI.pdf;target=blank");
		aI("text=<b>Free Whitepaper</b><br>Outsourcing Your EDI Operation;align=center;url=../download/whit-999-20091106-Outsourcing-EDI.pdf;target=blank");
//	aI("text=<b>Sample Page Link</b><br>This links to a regular web page on the site;align=center;url=res-links-usergroups.asp;");
 
	}

//*----------------------------------------------
//*  DON'T TOUCH ANYTHING BELOW HERE.
//*----------------------------------------------	
	drawMenus();  
	
	//* this spacer will put some vertical space between the Quick and Side menus/
	document.write ('<img src="../images/spacer.gif" width=4 height=8 border=0>');

 