function PopupWindow(URI,title,width,height) { 
varbing=window.open(URI,title,'toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',status=no');
}
