
function text2(desktopURL)
{
  var desktop = window.open( desktopURL, "_blank", "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=545,height=495,top=10,left=5,resizable=no" );
window.close;
}


document.write("<a href=Javascript:text2('info_faq.asp') class=shophead2>FAQ</a> |<a href=Javascript:text2('info_security.asp') class=shophead2> Privacy &amp; Security</a> | <a href=Javascript:text2('info_term_of_use.asp') class=shophead2>Terms of Use</a>")