<!--		
function SendPassword(Host, Email)
{
    Email = Email.replace("@", "*");
    window.open('/SendPassword.asp?Host='+Host+'&Email='+Email, '_SendPassword', 'height=300,width=440,left=20,top=20,screenX=20,screenY=20,resizeable=0,scrollbars');
}
//-->