// JavaScript Document

<!-- Lucia Travaini - Carica frame principale

function caricaframe_home() {
	parent.principale.location.href = "home.html";
}
function caricaframe_curriculum() {
	parent.principale.location.href = "curriculum.html";
}
function caricaframe_libri() {
	parent.principale.location.href = "libri.html";
}
function caricaframe_articoli() {
	parent.principale.location.href = "articoli.html";
}
function caricaframe_areastudenti() {
	parent.principale.location.href = "areastudenti.html";
}
function caricaframe_arearicerca() {
	parent.principale.location.href = "arearicerca.html";
}
function caricaframe_associazioni() {
	parent.principale.location.href = "associazioni.html";
}
function caricaframe_riconoscimenti() {
	parent.principale.location.href = "riconoscimenti.html";
}
function caricaframe_link() {
	parent.principale.location.href = "link.html";
}
function caricaframe_contatti() {
	parent.principale.location.href = "contatti.html";
}
function caricaframe_appello(){
	location.href = "content_appello.html";
}

//-->