function Page(source, destination) {
	parent.document.getElementById(destination).innerHTML = parent.document.getElementById(source).innerHTML;
 }
function GestOng(destination) {
	OCA('la'+destination);
	OCA('ta'+destination);
	OCA('ra'+destination);
	OCA('li'+destination);
	OCA('ti'+destination);
	OCA('ri'+destination);
	OCA('la'+document.getElementById('Iong').value);
	OCA('ta'+document.getElementById('Iong').value);
	OCA('ra'+document.getElementById('Iong').value);
	OCA('li'+document.getElementById('Iong').value);
	OCA('ti'+document.getElementById('Iong').value);
	OCA('ri'+document.getElementById('Iong').value);
	document.getElementById('Iong').value = destination;
 }