function del1(givenurl){
	var name = confirm("Are you sure you want to delete this record?")
	if (name == true){
		window.location=givenurl
	}
}
function windowPop(page, w, h, name){
    window.open(page, name, "top="+(screen.height -h)/2+", left="+(screen.width -w)/2+", toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,width="+(w)+",height="+(h)+"");
}
<!--
	function MM_jumpMenu(targ,selObj,restore){ //v3.0
		eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
		if (restore) selObj.selectedIndex=0;
	}
//-->