function viewlink()
{
   url="forgotpass.php";
   nw = open(url,'new','height=200,width=450,scrollbars=yes');
   nw.focus();
}
