function openLink(newlink) {
popUpWin =window.open(newlink, 'popUpWin', 'toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes');
}