document.write("<center><div>&copy; <a href='javascript:openCopyright();'>Soaring Heart<a> 2010<br>Soaring Heart is a secure shopping site that respects your <a href='javascript:openPrivacy();'>privacy<a>.</font></div>");
// document.write("<center><div>&copy; <a href='javascript:openCopyright();'>Soaring Heart<a> 2002-2003.<br>Soaring Heart is a secure shopping site that respects your privacy.</font></div>");


function openCopyright() 
 { 
        var copyright = window.open("copyright.cfm","showWindow","width=400,height=350,resizeable=0,scrollbars=yes,top=50,left=50,xpos=50,ypos=50");
         copyright.focus(); 
 }

function openPrivacy() 
 { 
        var privacy = window.open("privacy.cfm","showWindow","menubar=0,toolbar=0,location=0,directories=0,status=0,resizable=0,topmargin=0,leftmargin=0,scrollbars=1,WIDTH=654,HEIGHT=600");
         privacy.focus(); 
 }
