// <!--- open Windows --->
function openScript(url,width,height) {
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height +',resizable=0,scrollbars=no,menubar=no,status=no,toolbar=0');
}



// <!--- open Windows --->
function openScriptScroll(url,width,height) {
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height +',resizable=0,scrollbars=yes,menubar=no,status=no,toolbar=0');
}





