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