function doDelete(url) {
	if (!confirm("Are you sure you want to delete this?")) return;
	if (url != null) location = url;
}


function popUpwin(URL, winwidth, winheight){
  var extwin = window.open(URL,'newWin','toolbar=1,location=1,menubar=1,status=1,resizable=1,scrollbars=1,width='+winwidth+',height='+winheight);
  extwin.focus();
 }
 
function AntiSpam_Slicer(n, d, c){location.href="mailto:" + n + "@" + d + "." + c;}
