function LoadForgotWin()
{
     var href = null;

     href = "https://www.truckloadrate.com/forgot.htm";

     window.open(href,'forgotWin','menubar=no, height=510, width=350, , innerHeight=500, innerWidth=350, resizable=no, left=20, right=20, toolbar=no, scrollbars=yes, status=yes copyhistory=yes');
}