
function setfield(theField1,a)
{
	theField1.value=a;
}

function chkdel(url) {
a=confirm("delete?");
if (a) {window.location=url;}
}
