
function winpopup(whichPage, scrolling, width, height) {
thepopup = window.open(whichPage,'popup','directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,width='+ width +',height=' + height);
}
