function openScript(url, width, height) {
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,top="5",left="5",scrollbars=no,menubar=no,status=no');
}

function openWindow(url, width, height) {
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,top="5",left="5",scrollbars=no,menubar=no,status=no');
}