function titolo()
{
}




function apriMV()
{
document.write("<table cellSpacing=\"0\" cellPadding=\"2\" width=\"100%\" border=\"2\" bordercolor=\"#000080\" bgcolor=\"#c5e2e2\">");
document.write("<tbody><tr align=\"middle\"><td colspan=\"9\" valign=\"middle\" align=\"center\" height=\"100\">");
document.write("<table border=\"0\" width=\"100%\"><tr><td width=\"100%\"><p align=\"center\"><font size=\"7\">");
document.write("<font color=\"#000080\"><span style=\"letter-spacing: -3pt\">Many-valued logic</span></font></font></p>");
document.write("<p align=\"center\"><B><A target=_top href=\"http://www.dmi.unisa.it/\">Dipartimento di Matematica e Informatica</A> <BR><A target=_top href=\"http://www.unisa.it/\">Universit&agrave; degli Studi di Salerno</A></B></p>");
document.write("</td><td width=\"19%\"><font size=\"7\"><span style=\"letter-spacing: -4pt\"><b><a href=\"http://www.unisa.it\"><img border=\"0\" src=\"uni_logop.gif\" width=\"74\" height=\"71\"></a></b></span></font></td>");
document.write("</tr></table></td></tr><tr align=\"middle\">");
document.write("<td><a href=\"index.html\"><strong>Home</strong></a></td>");
document.write("<td><a href=\"people.html\"><strong>People</strong></a></td>");
document.write("<td><a href=\"galleria/index.htm\"><strong>Gallery</strong></a></td>");
document.write("<td><a href=\"reports.html\"><strong>Papers</strong></a></td>");
document.write("<td><a href=\"projects.html\"><strong>Projects</strong></a></td>");
document.write("<td><a href=\"links.html\"><strong>Links</strong></a></td></tr></tbody></table>");
}




function apri()
{
document.write("<table cellSpacing=\"0\" cellPadding=\"2\" width=\"100%\" border=\"2\" bordercolor=\"#000080\" bgcolor=\"#c5e2e2\">");
document.write("<tbody><tr align=\"middle\"><td colspan=\"9\" valign=\"middle\" align=\"center\" height=\"100\">");
document.write("<table border=\"0\" width=\"100%\"><tr><td width=\"100%\"><p align=\"center\"><font size=\"7\">");
document.write("<font color=\"#000080\"><span style=\"letter-spacing: -3pt\">Soft Computing Laboratory</span></font></font></p>");
document.write("<p align=\"center\"><B><A target=_top href=\"http://www.dmi.unisa.it/\">Dipartimento di Matematica e Informatica</A> <BR><A target=_top href=\"http://www.unisa.it/\">Universit&agrave; degli Studi di Salerno</A></B></p>");
document.write("</td><td width=\"19%\"><font size=\"7\"><span style=\"letter-spacing: -4pt\"><b><a href=\"http://www.unisa.it\"><img border=\"0\" src=\"uni_logop.gif\" width=\"74\" height=\"71\"></a></b></span></font></td>");
document.write("</tr></table></td></tr><tr align=\"middle\">");
document.write("<td><a href=\"index.html\"><strong>Home</strong></a></td>");
document.write("<td><a href=\"people.html\"><strong>People</strong></a></td>");
document.write("<td><a href=\"seminar.html\"><strong>Seminar</strong></a></td>");
document.write("<td><a href=\"visiting.html\"><strong>Visiting Program</strong></a></td>");
document.write("<td><a href=\"reports.html\"><strong>Technical reports and papers</strong></a></td>");
document.write("<td><a href=\"projects.html\"><strong>Projects</strong></a></td>");
document.write("<td><a href=\"links.html\"><strong>Links</strong></a></td>");
document.write("<!--<td><a href=\"calendario\"><strong>Calendario</strong></a></td>--></tr></tbody></table>");
}




function chiudi()
{
}

function bar1()
{
	document.write("<div align=right><table border=\"1\"  bordercolor=\"#000000\""); 
	document.write("bordercolordark=\"#0000FF\" bordercolorlight=\"#008080\"> <tr>");
	for(i = 0;i < bar1.arguments.length;i+=3) {
		document.write("<td> <p class=\"bar\">");
		if(arguments[i] == "selected") {
			document.write("<span class=\"selected\">");
		} else if(arguments[i] != "") {
			document.write("<a href=\"");
			document.write(arguments[i]);
			document.write("\"");
			if(arguments[i+1] != "") {
				document.write(" target =");
				document.write(arguments[i+1]);
			}
			document.write(">");
		}
		document.write(arguments[i+2]);
		if(arguments[i] == "selected") {
			document.write("</span>");
		} else if(arguments[i] != "")
			document.write("</a>");
		document.write("</p> </td>");
	}
	document.write("</tr> </table> </div>");
}



function bar()
{
	document.write("<table class=\"bar\" width=100%> <tr>");
	for(i = 0;i < bar.arguments.length;i+=3) {
		document.write("<td class=\"bar\"> <p class=\"bar\">");
		if(arguments[i] == "selected") {
			document.write("<span class=\"selected\">");
		} else if(arguments[i] != "") {
			document.write("<a href=\"");
			document.write(arguments[i]);
			document.write("\"");
			if(arguments[i+1] != "") {
				document.write(" target =");
				document.write(arguments[i+1]);
			}
			document.write(">");
		}
		document.write(arguments[i+2]);
		if(arguments[i] == "selected") {
			document.write("</span>");
		} else if(arguments[i] != "")
			document.write("</a>");
		document.write("</p> </td>");
	}
	document.write("</tr> </table>");
}

function barrafinale()
{
document.write("<SCRIPT type=text/javascript> bar(");
document.write("\"projects.html\",\"\",\"Projects\",\"people.html\",\"\",\"People\",\"seminar.html\",\"\",\"Seminar\",\"visiting.html\",\"\",\"Visiting Program\",");
document.write("\"reports.html\",\"\",\"Technical Reports\",\"links.html\",\"\",\"Links\");</SCRIPT>");
}

function barrainiziale()
{
document.write("<SCRIPT type=text/javascript> bar1(\"home.html\",\"\",\"Home Page\",");
document.write("\"project.html\",\"\",\"Project\",\"people.html\",\"\",\"People\",\"seminar.html\",\"\",\"Seminar\",");
document.write("\"links.html\",\"\",\"Links\");</SCRIPT>");
}


