
function avanti()
{
window.location.href = "base.php";
}

function indietro()
{
window.location.href = "session_logout.php";
}


function caricaframe(dove,cosa)
{
	document.getElementById('centro').src = cosa;
}

