
function signup() 
{ 
page = "http://www.possoftwareguide.com/newsletter.asp?" + location.href;
window.open(page,'','toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,height=500,width=550');  
} 


