<!--
  function menuSez(el) {
	document.write("<TABLE WIDTH=\"100%\" BORDER=0 ALIGN=\"CENTER\" CELLPADDING=0 CELLSPACING=0>\n");
	document.write("<TR BGCOLOR=\"#FFFFFF\"><TD>&nbsp;</TD></TR>\n");
	document.write("<TR BGCOLOR=\"#000000\">");
	document.write("<TD class=\"menupicc\" ALIGN=CENTER>");
	if (el==0)
	  document.write("<!--");
	document.write("<A class=\"menupicc\" HREF=\"att_app_intro.html\" onFocus=\"this.blur()\" OnMouseOver=\"window.status='ITACA - Introduzione'; return true;\" OnMouseOut=\"window.status=''; return true;\" onClick=\"exit=false\">");
	if (el==0)
	  document.write("-->");
	if (el==0)
	  mycolor="#00CCFF";
	else
	  mycolor="#FFFFFF";
	document.write("<FONT color=\""+mycolor+"\">Introduzione</FONT>");
	if (el==0)
	  document.write("<!--");
	document.write("</A>");
	if (el==0)
	  document.write("-->");
	document.write("&nbsp;&nbsp;<FONT COLOR=\"#FF0000\">|</FONT>&nbsp;&nbsp;");
	
	if (el==1)
	  document.write("<!--");
	document.write("<A class=\"menupicc\" HREF=\"att_app_per.html\" onFocus=\"this.blur()\" OnMouseOver=\"window.status='ITACA - Perché Itaca'; return true;\" OnMouseOut=\"window.status=''; return true;\" onClick=\"exit=false\">");
	if (el==1)
	  document.write("-->");
	if (el==1)
	  mycolor="#00CCFF";
	else
	  mycolor="#FFFFFF";
	document.write("<FONT color="+mycolor+">Perché Itaca</FONT>");
	if (el==1)
	  document.write("<!--");
	document.write("</A>");
	if (el==1)
	  document.write("-->");
	
	document.write("&nbsp;&nbsp;<FONT COLOR=\"#FF0000\">|</FONT>&nbsp;&nbsp;");

	if (el==2)
	  document.write("<!--");
	document.write("<A class=\"menupicc\" HREF=\"att_app_perfor.html\" onFocus=\"this.blur()\" OnMouseOver=\"window.status='ITACA - Percorso formativo'; return true;\" OnMouseOut=\"window.status=''; return true;\" onClick=\"exit=false\">");
	if (el==2)
	  document.write("-->");
	if (el==2)
	  mycolor="#00CCFF";
	else
	  mycolor="#FFFFFF";
	document.write("<FONT color="+mycolor+">Percorso formativo</FONT>");
	if (el==2)
	  document.write("<!--");
	document.write("</A>");
	if (el==2)
	  document.write("-->");
	document.write("</TD></TR><TR BGCOLOR=\"#000000\"><TD class=\"menupicc\" ALIGN=CENTER>");
	//document.write("&nbsp;&nbsp;<FONT COLOR=\"#FF0000\">|</FONT>&nbsp;&nbsp;");

	if (el==3)
	  document.write("<!--");
	document.write("<A class=\"menupicc\" HREF=\"att_app_aut.html\" onFocus=\"this.blur()\" OnMouseOver=\"window.status='ITACA - Scrittura autobiografica'; return true;\" OnMouseOut=\"window.status=''; return true;\" onClick=\"exit=false\">");
	if (el==3)
	  document.write("-->");
	if (el==3)
	  mycolor="#00CCFF";
	else
	  mycolor="#FFFFFF";
	document.write("<FONT color="+mycolor+">Scrittura autobiografica</FONT>");
	if (el==3)
	  document.write("<!--");
	document.write("</A>");
	if (el==3)
	  document.write("-->");

	document.write("&nbsp;&nbsp;<FONT COLOR=\"#FF0000\">|</FONT>&nbsp;&nbsp;");

	if (el==4)
	  document.write("<!--");
	document.write("<A class=\"menupicc\" HREF=\"att_app_com.html\" onFocus=\"this.blur()\" OnMouseOver=\"window.status='ITACA - Comicoterapia'; return true;\" OnMouseOut=\"window.status=''; return true;\" onClick=\"exit=false\">");
	if (el==4)
	  document.write("-->");
	if (el==4)
	  mycolor="#00CCFF";
	else
	  mycolor="#FFFFFF";
	document.write("<FONT color="+mycolor+">Comicoterapia</FONT>");
	if (el==4)
	  document.write("<!--");
	document.write("</A>");
	if (el==4)
	  document.write("-->");

	document.write("&nbsp;&nbsp;<FONT COLOR=\"#FF0000\">|</FONT>&nbsp;&nbsp;");

	if (el==5)
	  document.write("<!--");
	document.write("<A class=\"menupicc\" HREF=\"att_app_ass.html\" onFocus=\"this.blur()\" OnMouseOver=\"window.status='ITACA - Autostima e Assertività'; return true;\" OnMouseOut=\"window.status=''; return true;\" onClick=\"exit=false\">");
	if (el==5)
	  document.write("-->");
	if (el==5)
	  mycolor="#00CCFF";
	else
	  mycolor="#FFFFFF";
	document.write("<FONT color="+mycolor+">Autostima</FONT>");
	if (el==5)
	  document.write("<!--");
	document.write("</A>");
	if (el==5)
	  document.write("-->");

	document.write("&nbsp;&nbsp;<FONT COLOR=\"#FF0000\">|</FONT>&nbsp;&nbsp;");

	if (el==6)
	  document.write("<!--");
	document.write("<A class=\"menupicc\" HREF=\"att_app_mus.html\" onFocus=\"this.blur()\" OnMouseOver=\"window.status='ITACA - Musica'; return true;\" OnMouseOut=\"window.status=''; return true;\" onClick=\"exit=false\">");
	if (el==6)
	  document.write("-->");
	if (el==6)
	  mycolor="#00CCFF";
	else
	  mycolor="#FFFFFF";
	document.write("<FONT color="+mycolor+">Musica</FONT>");
	if (el==6)
	  document.write("<!--");
	document.write("</A>");
	if (el==6)
	  document.write("-->");

	document.write("</TD></TR></TABLE>");

  }

//--->