//********************************************************************//
//*                            eucip.js                              *//
//*      libreria javascript: stile, intestazione e piedipagina      *//
//*      revisione: 20/01/2007 - Francesca Grombone - CCE - IUN      *//
//********************************************************************//

var agt=navigator.userAgent.toLowerCase();

function Giorno(intDay) {
	var DayArray = new Array("Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì","Sabato");
	return DayArray[intDay];
}

function Mese(intMonth) {
	var MonthArray = new Array("Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre");
	return MonthArray[intMonth];
}

function Anno(t) {
	NS4=(document.layers) ? true : false;
	IE4=(document.all) ? true : false;
	ver4 = (NS4 || IE4) ? true : false;
	if (ver4 || (parseInt(navigator.appVersion)>=5)) {
		var YearStr = t.getFullYear();
	} else {
		var YearStr = t.getYear();
	}
	return YearStr;
}

function scriviData() {
	var t = new Date();
	var oggi = Giorno(t.getDay()) + " " + t.getDate() + " " + Mese(t.getMonth()) + " " + Anno(t);
	document.write(oggi);
} 

function ultimaModifica() {
	var d = new Date(document.lastModified);
	var ds = Giorno(d.getDay()) + ", " + d.getDate() + " " + Mese(d.getMonth()) + " " + Anno(d);
	document.write(ds);
}

var oggi = new Date();
var a = Anno(oggi);

function intestazione() {
	document.write("<center><table border='0' cellspacing='0' cellpadding='0' width");
	document.write("='100%'><tr><td ALIGN='LEFT' VALIGN='BOTTOM' ROWSPAN='3' HEIGHT");
	document.write("='60'><a href='http://www.uniparthenope.it/rettorato/logo.htm'>");
	document.write("<img SRC='img/logo.gif' ALT='Logo Ateneo' BORDER='0' height='60'");
	document.write(" width='60'></a></td><td HEIGHT='11'></td></tr><tr><td ALIGN='RIGHT'");
	document.write(" VALIGN='CENTER' width='60%' height='16' bgcolor='#000099' nowrap>");
	document.write("<p class='whili'> | <a class='whili' href='http://www.uniparthenope");
	document.write(".it/ateneo/news/avven.htm'>News</a> | <a class='whili' href='http://");
	document.write("www.uniparthenope.it/ateneo/onl/start.htm'>Servizi on-line per gli ");
	document.write("studenti</a> | <a class='whili' href='http://www.uniparthenope.it/");
	document.write("='ateneo/siti.htm'>Siti locali</a> | <a class='whili' href='http://www.uniparthenope.it/centro/");
	document.write("universita/universo.htm'>Altre Universit&agrave;</a> | </td></tr>");
	document.write("<tr><td ALIGN='RIGHT' VALIGN='CENTER'><img SRC='img/iun.gif' ALT");
	document.write("='Università degli Studi di Napoli Parthenope' BORDER='0' height");
	document.write("='30' width='400'><img SRC='img/euro.gif' ALT='Logo UE' BORDER='0' ");
	document.write("height='24' width='37'></td></tr><tr><td ALIGN='LEFT' VALIGN='CENTER'");
	document.write(" COLSPAN='2' HEIGHT='16' BGCOLOR='#FCC258' nowrap><p class ='whili'>");	
	document.write(" | <a class='whili' href='http://www.uniparthenope.it/'>Ateneo</a>");
	document.write(" | <a class ='whili' href='http://webmail.uniparthenope.it/'>WebMail");
	document.write("</a> | <a class='whili' href='http://www.uniparthenope.it/ateneo/");
	document.write("fonia/fonia.htm'>Fonia</a> | <a class='whili' href='http://www.");
	document.write("uniparthenope.it/ateneo/servizi/virus.htm'>Antivirus</a> | <a class");
	document.write("='whili' href='http://www.uniparthenope.it/ateneo/servizi/soft.htm'>");
	document.write("Software Distribution</a> | <a class='whili' href='ftp://ftp.");
	document.write("uniparthenope.it/rassegna/'>Rassegna Stampa</a> | <a class='whili'");
	document.write(" href='ftp://ftp.uniparthenope.it/'>FTP</a> | </td></tr></TABLE>");
	document.write("</center>");
}

function intestazione1() {
	document.write("<center><table border='0' cellspacing='0' cellpadding='0' width");
	document.write("='100%'><tr><td ALIGN='LEFT' VALIGN='BOTTOM' ROWSPAN='3' HEIGHT");
	document.write("='60'><a href='http://www.uniparthenope.it/rettorato/logo.htm'>");
	document.write("<img SRC='../img/logo.gif' ALT='Logo Ateneo' BORDER='0' height='60'");
	document.write(" width='60'></a></td><td HEIGHT='11'></td></tr><tr><td ALIGN='RIGHT'");
	document.write(" VALIGN='CENTER' width='60%' height='16' bgcolor='#000099' nowrap>");
	document.write("<p class='whili'> | <a class='whili' href='http://www.uniparthenope");
	document.write(".it/ateneo/news/avven.htm'>News</a> | <a class='whili' href='http://");
	document.write("www.uniparthenope.it/ateneo/onl/start.htm'>Servizi on-line per gli ");
	document.write("studenti</a> | <a class='whili' href='http://www.uniparthenope.it/");
	document.write("='ateneo/siti.htm'>Siti locali</a> | <a class='whili' href='http://www.uniparthenope.it/centro/");
	document.write("universita/universo.htm'>Altre Universit&agrave;</a> | </td></tr>");
	document.write("<tr><td ALIGN='RIGHT' VALIGN='CENTER'><img SRC='../img/iun.gif' ALT");
	document.write("='Università degli Studi di Napoli Parthenope' BORDER='0' height");
	document.write("='30' width='400'><img SRC='../img/euro.gif' ALT='Logo UE' BORDER='0' ");
	document.write("height='24' width='37'></td></tr><tr><td ALIGN='LEFT' VALIGN='CENTER'");
	document.write(" COLSPAN='2' HEIGHT='16' BGCOLOR='#FCC258' nowrap><p class ='whili'>");	
	document.write(" | <a class='whili' href='http://www.uniparthenope.it/'>Ateneo</a>");
	document.write(" | <a class ='whili' href='http://webmail.uniparthenope.it/'>WebMail");
	document.write("</a> | <a class='whili' href='http://www.uniparthenope.it/ateneo/");
	document.write("fonia/fonia.htm'>Fonia</a> | <a class='whili' href='http://www.");
	document.write("uniparthenope.it/ateneo/servizi/virus.htm'>Antivirus</a> | <a class");
	document.write("='whili' href='http://www.uniparthenope.it/ateneo/servizi/soft.htm'>");
	document.write("Software Distribution</a> | <a class='whili' href='ftp://ftp.");
	document.write("uniparthenope.it/rassegna/'>Rassegna Stampa</a> | <a class='whili'");
	document.write(" href='ftp://ftp.uniparthenope.it/'>FTP</a> | <a class='whili' href");
	document.write("='javascript:history.go(-1)'>Back</a> | </td></tr></TABLE></center>");
}

function piedipagina() {
	document.write("<center><table width='100%' BORDER=0 CELLSPACING=0 CELLPADDING=0>");
	document.write("<tr><td height='10'></td></tr><tr><td align=center bgcolor='#000099' ");
	document.write("nowrap><p class='whili'> Sede Centrale: Via Amm. F. Acton, 38 - ");
	document.write("80133 Napoli - Tel.: 081 5475111 - Fax: 081 5521485 </p></td></tr>");
	document.write("<tr><td align=center><p class='pic'>Ultima revisione pagina: <i>");
	document.write("<script TYPE='text/javascript'>ultimaModifica()</script></i> - ");
	document.write("<a href='mailto:eucip@uniparthenope.it'>Webeditor</a> - &copy; 2007-");
	document.write(a + " CCE - <a href='mailto:centro.calcolo@uniparthenope.it'>");
	document.write("Webmaster</a></p></td></tr></TABLE></center>");
}
