function doThePopUp(theUrl) {
    reWin = window.open(theUrl, '_blank', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=645px,height=645px,top=0,left=50')
};
