function popUp2(url, name, width, height) {
    popupWin = window.open(url, name, 'menubar=no,width='+width+',height='+height+',scrollbars=yes,resizable=yes,copyhistory=yes');
}


