// JavaScript Document

 function printFooter() {

    document.writeln('JSW Embroidery');

    document.writeln('<br>');

    document.write('Minnetonka, MN 55345');
	  document.writeln('<br>');

	 document.writeln('Email: jsw@jswembroidery.com  ');

     document.writeln('<br>');

	 document.writeln('Phone: 952-949-9888  &nbsp;&nbsp;&nbsp; Fax:952-949-9888  ');

	  document.writeln('<br>');

	   document.writeln('Copyright 2010 JSW');

	    document.writeln('<br>');

	     document.writeln('all rights reserved.');

  

}


function embroidery_Links() {

     document.writeln('<a href="../index.html">Home</a> | ');
	 document.writeln('<a href="About_Us.html">About Us</a> | ');
	 document.writeln('<a href="Contact_US.html">Contact Us</a> | ');
	 document.writeln('<a href="Suppliers-Sanmar-Alpha.html"> Product Lines</a> | ');
     document.writeln('<a href="Embroidery.html"> Embroidery Process</a> | ');
	 document.writeln('<a href="Gallery.html"> Gallery</a>');
}
 
