// JavaScript global functions in pg_header.inc.php
function openpopup(url, width, height, sbar, rsize){winpops=window.open(url,"","scrollbars="+ sbar +", resizable="+ rsize +" width="+ width +", height="+height+", left=350, top=200")} function confirmDelete(str, title){ if ((window.confirm('Are you sure you want to '+ str + ': \n"'+ title +'"?')) == true) return true; else return false; }
function imgview(url, width, height){winpops=window.open(url,"","scrollbars="+ true + ", resizable=" + true + " width="+ width +", height="+height+", left=350, top=200")}