function display(a, w, h)
    {
    var Win = window.open(a,"",'width=' + w + ',height=' + h + ',resizable=1,scrollbars=yes,menubar=no,status=yes');
    }

function display1(a, w, h)
    {
    var Win = window.open(a,"",'width=' + w + ',height=' + h + ',resizable=1,scrollbars=no,menubar=no,status=no');
    }
