function wpop(popupURL,wNAME,wSIZE){
subWin=window.open(popupURL,wNAME,wSIZE+',status=no,scrollbars=yes,menubar=no,resizable=yes');
}
