function del_confirm(msg,action,itemid) {

if (confirm(msg)) {location="?action="+action+"&id="+itemid}

}

