                                   
function writeFooter() {    // WRITES STANDARD FOOTER FOR ALL SAVERCD.COM WEB PAGES
	document.writeln('<p style="text-align:center"><span class="style2"><a href="index.html">Home</a> / <a href="aboutus.html">About Us</a> / <a href="product.html">Product</a> / ');
	document.writeln(' <a href="clients.html">Clients</a> / <a href="Bio_page.html", target="_blank">The $averCD Team</a> / <a href="advertise.html">Advertise</a> / ');
	document.writeln(' <a href="contact.html">Contact</a> /<br> <a href="Newsletter_files/Newsletter_frames.html">NewsLetter</a> / <a href="press.html">In the News</a> / <a href="faqs.html">FAQ</a> /');
	document.writeln('<a href="saverflash1.html">Flash Intro</a> / <a href="scd_signup.html">Get a $averCD</a> /');
	document.writeln('<a href="environment.html">Environment</a> </span></p>');
	document.writeln(' <a href="environment.html"> <img src="art1/recycletree.jpg" width="60" height="60" border="0"></a>');
	document.writeln('<br>');
	document.writeln('<span class="style1"><a href="Javascript:openWindow(');
	document.write("'Registration_info.html','TnC'");
	document.write(',800,600,100,100)">&#169; 2005-2007 SaverCD, LLC. All Rights Reserved.  </a>  U.S. & Foreign Patents Pending.<br>');
	document.writeln('$averCD&#174; and "Digital Direct Mail&#153" are trademarks of SaverCD, LLC.  <br>');
	document.write('<a href="Javascript:openWindow(');
	document.write("'terms.html','TnC'");
	document.write(', 600, 500, 50,50)">Website Terms &amp; Conditions</a>');
	document.writeln('<br><br>');
}


 function popupwindow(url, name, w, h, xpos, ypos) {
 	xpos = (screen.width-w)/2
	ypos = (screen.height-h)/2
	var windowprops = "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,,width=" + w +",height=" + h +",left=" + xpos +",top="+ ypos;
	var windowname = name
	popup = window.open(url,windowname,windowprops);
-->
}


      
      
     
      
  
	
	
  
  