    function OpenHelp(url)
        {
            var x=window.open(url,'newWin'+new Date().getTime(),'width=300,height=500,location=no,resizable=yes');
            x.focus();
        }
