//*----------------------------------------------
//* SIDE 3
//* Update Log
//* 2007-06-26 Change White Papers to Whitepapers
//* 2009-11-10 Add Internet Secure Logo
//*----------------------------------------------
 
//*----------------------------------------------
//* SUBSCRIBE
//*---------------------------------------------- 	
	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>');
	
	with(milonic=new menuname("SideMenu")){	
  	style=subscribeMenuStyle;itemwidth=120;	alwaysvisible=1; orientation="vertical"; position="relative"; 	
// 	aI("text=xxx<form name=form1 method=post action=><input type=text name=Email size=15><input type=submit value=go></form>;type=form;"); 
	aI("text=<img src='../images/spacer.gif' width=4 height=6><br>Subscribe to the<br>EC<img src='../images/tri-sm.gif' width=4 height=7 hspace=2 align=absmiddle>EDI<br>Vantage Point e-mail service to receive news, information and announcements.;align=center;type=header;bgimage=../images/bg-white_2.jpg;");
 

//*** Subscribe Form. doSubNews is defined in util.js
	
	aI("text=<form name=form1 method=post action=''><input class='txfield' type=text name=Email size=18 value='     Your Email'  onFocus='clearText(this)'><br><img src='../images/spacer.gif' width=4 height=4><br><input class='formbutton' type=button onClick=doSubNews(this.form) value='Subscribe'><input type='hidden' name='sendemailto' value=''><input type='hidden' name='sendemailbcc' value=''><input type='hidden' name='sendemailsubject' value=''><input type='hidden' name='sendemailfrom'><input type='hidden' name='redirect' value=''></form>;align=center;type=form;bgimage=../images/bg-white_2.jpg;");
	aI("text=<u>Privacy Policy</u>;url=policies.asp;align=center;bgimage=../images/bg-white_2.jpg;showmenu=privacylong;");
//	document.write ('<img src="../images/spacer.gif" width=4 height=15 border=0>');		
	drawMenus(); //* This is required for the following statement.	
	
} //* End if news-

with(milonic=new menuname("privacylong")){
style=menuStylePOPUP; itemwidth=300; 
aI("text=<b>Privacy Policy</b>;type=header;align=center;");
aI("text=<p>Contact information submitted to us will be used for the purpose of contacting you or sending you e-mails related to <em>EC<img src='../images/tri-sm.gif' width='4' height='7' hspace='2' align='absmiddle'>EDI Vantage Point</em>.</p><p>If you receive an e-mail from us, you are someone who has requested to receive information, or you acquired a free copy of the <em>EC<img src='../images/tri-sm.gif' width='4' height='7' hspace='2' border='0' align='absmiddle'>EDI Vendor Directory</em>, at which time you agreed to allow your contact information to be shared with sponsors. We will never share, sell or rent your contact information with anyone other than sponsors.</p><p>We respect your time by controlling the frequency of our mailings. Each e-mail sent contains an automated way for you to stop receiving e-mail from <em>EC<img src='../images/tri-sm.gif' width='4' height='7' hspace='2' align='absmiddle'>EDI Vantage Point</em>.&nbsp;</p>");
}
 
//*----------------------------------------------
//* INTERNET SECURE
//*---------------------------------------------- 
 if (thefile.substring(0,"contact-payinv".length) == "contact-payinv")	{
	with(milonic=new menuname("SideMenu")){	
  	style=sideMenuStyle;itemwidth=120; alwaysvisible=1; orientation="vertical"; position="relative";
  	aI("text=Your credit card<br>is secure.<br>Click here for details<br>;align=center;url=https://www.internetsecure.com/cgi-bin/certified.mhtml?merchant_number=7057;target=_blank;"); 
  	aI("text=<IMG ALIGN=CENTER SRC=\"../images/logo-ismerch.gif\" BORDER=0 WIDTH=98 HEIGHT=33></A><br>;align=center;url=https://www.internetsecure.com/cgi-bin/certified.mhtml?merchant_number=7057;target=_blank;");   ;
	} 
	document.write ('<img src="../images/spacer.gif" width=4 height=15 border=0>');		
	drawMenus(); //* This is required for the following statement.
	
}	
drawMenus();
 