function EbookHelp()
{
	var winl = (screen.width - 370)/2;
	var wint = (screen.height - 370)/2;
	var Terms = 'xchange® eBooks are published by VIRGO PUBLISHING, 3300 N. Central Ave., Suite 300, Phoenix, AZ 85012; +1 480 990 1101, Fax: +1 480 990 0819. Copyright © 2006 by VIRGO PUBLISHING. All rights reserved. The publisher reserves the right to accept or reject any advertising or editorial material. Advertisers, and/or their agents, assume the responsibility for all content of published advertisements and assume responsibility for any claims against the publisher based on the advertisement. Editorial contributors assume responsibility for their published works and assume responsibility for any claims against the publisher based on the published work. No part of this publication may be reproduced in any form or by any electronic or mechanical means, including information storage and retrieval systems, without permission in writing from the publisher. All items submitted to xchange become the sole property of Virgo Publishing. Editorial content may not necessarily reflect the views of the publisher. All correspondence and inquiries should be addressed to: xchange, P.O. Box 40079, Phoenix, AZ 85067-0079. BPA International membership.';
	popupsprintWin=window.open('','popupsprintWin','scrollbars=no,width=370,height=370,top='+wint+',left='+winl+'');
	popupsprintWin.document.write('<HTML><HEAD><TITLE>eBook</TITLE></HEAD><BODY>')
	popupsprintWin.document.write('<P ALIGN=Left style="font-family:Verdana; font-size:10px"><b>Terms and Conditions</b><br><br><br>');
	popupsprintWin.document.write(Terms);
	popupsprintWin.document.write('</P>');
	popupsprintWin.document.write('<P ALIGN=center><a style="font-family:Verdana; font-size:10px" href="javascript:window.close();">Close This Window</a></P></BODY></HTML>');
	popupsprintWin.document.close();
	popupsprintWin.focus();
}
