function popup (OpenURL, strHt, strWd){
window.open(OpenURL,'','location=no,toolbar=no,scrollbars=yes,directories=no,resizable=yes,menubar=no,status=no,height= ' + strHt + ',width= ' + strWd + ',copyhistory=no');
}