function openNewWindow(url) {
    window.open(url,"",'width=760,height=550,status=yes,scrollbars=yes,fullscreen=no,resizable=yes');
}


