function showFavola()
{
larghFinestra=550;
altezFinestra=280;
sinistra=screen.width-larghFinestra-138;
alto=(screen.height-larghFinestra)+170;
	window.open("07amicizia.htm","amicizia","width="+larghFinestra+",height="+altezFinestra+",left="+sinistra+",top="+alto+",scrollbars");
}
function showPercettiva()
{
//creo la variabile di riduzione del codice
	var risp = document.IP;
//creo la variabile per annullare l'invio del modulo se è compilato erroneamente
	var returnValue = false;
//imposto le condizioni di verifica
	if (!risp.Risposta[0].checked && !risp.Risposta[1].checked)
	{
		alert ("Prego scegli una risposta.");
	}
	else
	{
		returnValue = true;
	}
	return returnValue;
}
function showCognitiva()
{
//creo la variabile di riduzione del codice
	var risp = document.IC;
//creo la variabile per annullare l'invio del modulo se è compilato erroneamente
	var returnValue = false;
//imposto le condizioni di verifica
	if (!risp.Risposta[0].checked && !risp.Risposta[1].checked && !risp.Risposta[2].checked)
	{
		alert ("Prego scegli una risposta.");
	}
	else
	{
		returnValue = true;
	}
	return returnValue;
}
function showCredenze()
{
larghFinestra=550;
altezFinestra=240;
sinistra=screen.width-larghFinestra-138;
alto=(screen.height-larghFinestra)+195;
	window.open("17credenze.htm","credenze","width="+larghFinestra+",height="+altezFinestra+",left="+sinistra+",top="+alto+",scrollbars");
}
function showValori()
{
larghFinestra=550;
altezFinestra=240;
sinistra=screen.width-larghFinestra-138;
alto=(screen.height-larghFinestra)+195;
	window.open("18valori.htm","valori","width="+larghFinestra+",height="+altezFinestra+",left="+sinistra+",top="+alto+",scrollbars");
}
function showRegole()
{
larghFinestra=550;
altezFinestra=240;
sinistra=screen.width-larghFinestra-138;
alto=(screen.height-larghFinestra)+195;
	window.open("19regole.htm","regole","width="+larghFinestra+",height="+altezFinestra+",left="+sinistra+",top="+alto+",scrollbars");
}
function showFirma()
{
larghFinestra=530;
altezFinestra=320;
sinistra=screen.width-larghFinestra-300;
alto=(screen.height-larghFinestra)-90;
	window.open("10firma.asp","firma","width="+larghFinestra+",height="+altezFinestra+",left="+sinistra+",top="+alto+",scrollbars");
}
