function pocasi(id) {
	f = document.getElementById('ipocasi');
	alert('a');
	alert(f.contentWindow.document.body.innerHTML);
}


function clearInput(id) {
	document.getElementById(id).value = '';
	
}

function test1() {
  alert(window.frames[0].document);
  //window.frames[2].document.bgColor='fuchsia'
}

