function popup(nomeFile, nomeFinestra) { //v2.0
	larghFinestra=320; /*creo una variabile contenente la larghezza della finestra*/
	altezFinestra=300; /* creo una variabile contenente l'altezza della finestra*/
	sinistra=(screen.width-larghFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra a sinistra dello schermo*/
	alto=(screen.height-altezFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra dall'alto dello schermo */
	window.open(nomeFile,nomeFinestra, "left="+sinistra+",top="+alto+",width="+larghFinestra+", height="+altezFinestra);
}
function popupCv(nomeFile, nomeFinestra) { //v2.0
	larghFinestra=600; /*creo una variabile contenente la larghezza della finestra*/
	altezFinestra=screen.height-60; /* creo una variabile contenente l'altezza della finestra*/
	sinistra=(screen.width-larghFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra a sinistra dello schermo*/
	alto=(screen.height-altezFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra dall'alto dello schermo */
	window.open(nomeFile,nomeFinestra, "left="+sinistra+",top="+alto+",width="+larghFinestra+", height="+altezFinestra+", scrollbars=yes, menubar=1");
}
function popupPhotoH(nomeFile, nomeFinestra) { //v2.0
	larghFinestra=640; /*creo una variabile contenente la larghezza della finestra*/
	altezFinestra=435; /* creo una variabile contenente l'altezza della finestra*/
	sinistra=(screen.width-larghFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra a sinistra dello schermo*/
	alto=(screen.height-altezFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra dall'alto dello schermo */
	window.open(nomeFile,nomeFinestra, "left="+sinistra+",top="+alto+",width="+larghFinestra+", height="+altezFinestra+", scrollbars=no");
}
function popupPhotoV(nomeFile, nomeFinestra) { //v2.0
	larghFinestra=440; /*creo una variabile contenente la larghezza della finestra*/
	altezFinestra=630; /* creo una variabile contenente l'altezza della finestra*/
	sinistra=(screen.width-larghFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra a sinistra dello schermo*/
	alto=(screen.height-altezFinestra)/2-40; /*creo una variabile e mi ricavo il valore della posizione della finestra dall'alto dello schermo */
	window.open(nomeFile,nomeFinestra, "left="+sinistra+",top="+alto+",width="+larghFinestra+", height="+altezFinestra+", ");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_checkPlugin(plgIn, theURL, altURL, autoGo) { //v4.0
  var ok=false; document.MM_returnValue = false;
  with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length)) {
    ok=(plugins && plugins[plgIn]);
  } else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
    if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
    else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
    else ok=autoGo; }
  if (!ok) theURL=altURL; if (theURL) window.location=theURL;
}
function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function popupZoom(nomeFile, nomeFinestra, xWidth, yWidth) { //v2.0
	larghFinestra=xWidth; /*creo una variabile contenente la larghezza della finestra*/
	altezFinestra=yWidth; /* creo una variabile contenente l'altezza della finestra*/
	sinistra=(screen.width-larghFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra a sinistra dello schermo*/
	alto=(screen.height-altezFinestra)/2; /*creo una variabile e mi ricavo il valore della posizione della finestra dall'alto dello schermo */
	window.open(nomeFile,nomeFinestra, "left="+sinistra+",top="+alto+",width="+larghFinestra+", height="+altezFinestra);
}

// ===== BEGIN MENU =====
function fMainMenuIndex() {
	
	mv1_menu = new Array();
	mv1_lien = new Array();

	mv1_menu[0] = '<a href="en.htm" class="menuMain">Home</a>';
	mv1_menu[1] = '<a href="en/dipartimento/dipartimento.htm" class="menuMain">Department</a>';
	mv1_menu[2] = '<a href="en/staff/staff.htm" class="menuMain">Staff</a>';
	mv1_menu[3] = '<a href="en/clinica/clinica-odontoiatrica.htm" class="menuMain">Clinical Divisions</a>';
	mv1_menu[4] = '<a href="en/corsi/corsi.htm" class="menuMain">Teaching</a>';
	mv1_menu[5] = '<a href="en/ricerca/index.htm" class="menuMain">Research</a>';
	mv1_menu[6] = '<a href="en/dipartimento/rapporti-internazionali.htm" class="menuMain">International Relations</a>';
	mv1_menu[7] = '<a href="en/dipartimento/come-raggiungerci.htm" class="menuMain">Maps and Travels</a>';
	mv1_menu[8] = '<a href="en/dipartimento/contatti.htm" class="menuMain">Contacts</a>';
	mv1_menu[9] = '<a href="en/lavoro/index.htm" class="menuMain">Job Oppotunities</a>';
	mv1_menu[10] = '<a href="en/news/index.htm" class="menuMainBig"><img src="imagesEN/menuNews.gif" width="120" height="24" border="0"></strong></a>';
	
	mv1_pos = -1;
	}

function fMainMenu() {
	
	mv1_menu = new Array();
	mv1_lien = new Array();
	
	mv1_menu[0] = '<a href="../../en.htm" class="menuMain">Home</a>';
	mv1_menu[1] = '<a href="../dipartimento/dipartimento.htm" class="menuMain">Department</a>';
	mv1_menu[2] = '<a href="../staff/staff.htm" class="menuMain">Staff</a>';
	mv1_menu[3] = '<a href="../clinica/clinica-odontoiatrica.htm" class="menuMain">Clinical Divisions</a>';
	mv1_menu[4] = '<a href="../corsi/corsi.htm" class="menuMain">Teaching</a>';
	mv1_menu[5] = '<a href="../ricerca/index.htm" class="menuMain">Research</a>';
	mv1_menu[6] = '<a href="../dipartimento/rapporti-internazionali.htm" class="menuMain">International Relations</a>';
	mv1_menu[7] = '<a href="../dipartimento/come-raggiungerci.htm" class="menuMain">Maps and Travels</a>';
	mv1_menu[8] = '<a href="../dipartimento/contatti.htm" class="menuMain">Contacts</a>';
	mv1_menu[9] = '<a href="../lavoro/index.htm" class="menuMain">Job Oppotunities</a>';
	mv1_menu[10] = '<a href="../news/index.htm" class="menuMainBig"><img src="../../imagesEN/menuNews.gif" width="120" height="24" border="0"></strong></a>';
	
	mv1_pos = -1;
	}

function fMenuRicerca() {
	
	mv2_menu = new Array();
	mv2_lien = new Array();
	
	mv2_menu[0] = '<a href="index.htm" class="menuMain">Research</a>';
	mv2_menu[1] = '<a href="ricerca-microscopia-elettronica.htm" class="menuMain">Scanning electron microscopy <br>&nbsp; &nbsp; &nbsp; and materials science <br>&nbsp; &nbsp; &nbsp; laboratory</a>';
	mv2_menu[2] = '<a href="ricerca-istopatologia-biomateriali.htm" class="menuMain">Histopathology of Hard Tissues <br>&nbsp; &nbsp; &nbsp; and Biomaterials Laboratory</a>';
	mv2_menu[3] = '<a href="ricerca-istopatologia-immunoistochimica.htm" class="menuMain">Histopathology and <br>&nbsp; &nbsp; &nbsp; Immunohistochemistry <br>&nbsp; &nbsp; &nbsp; Laboratory</a>';
	mv2_menu[4] = '<a href="laboratorio-biomorfologia-odontoiatrica.htm" class="menuMain">Dental Biomorphology <br>&nbsp; &nbsp; &nbsp; Laboratory</a>';
	mv2_menu[5] = '<a href="ricerca-chimica-odontoiatrica.htm" class="menuMain">Dental Materials and Dental <br>&nbsp; &nbsp; &nbsp; Chemistry Laboratory</a>';
	mv2_menu[6] = '<a href="ricerca-clinica.htm" class="menuMain">Clinical Research</a>';
	mv2_menu[7] = '<a href="http://www.fondazioneunich.it/cesi/english/index.htm" class="menuMain" target="_blank"><img src="../../images/ricerca-cesi.gif" width="173" height="71" border="0"></a>';
	
	mv2_pos = -1;
	}

function fMenuStaff() {
	
	mv2_menu = new Array();
	mv2_lien = new Array();
	
	mv2_menu[0] = '<a href="staff.htm" class="menuMain">Staff</a>';
	mv2_menu[1] = '<a href="direttore.htm" class="menuMain">Dean of Department</a>';
	mv2_menu[2] = '<a href="consiglio-dipartimento.htm" class="menuMain">Department Council</a>';
	mv2_menu[3] = '<a href="personale-docente.htm" class="menuMain">Teaching Staff</a>';
	mv2_menu[4] = '<a href="personale-tecnico-amministrativo.htm" class="menuMain">Administrative Staff</a>';
	// mv2_menu[2] = '<a href="giunta-dipartimento.htm" class="menuMain">La Giunta del Dipartimento</a>';
	// mv2_menu[6] = '<a href="dottorandi.htm" class="menuMain">Dottorandi</a>';
	// mv2_menu[7] = '<a href="assegnatari-di-ricerca.htm" class="menuMain">Assegnatari di ricerca</a>';
	// mv2_menu[8] = '<a href="borsisti.htm" class="menuMain">Borsisti</a>';
	
	mv2_pos = -1;
	}

function fMenuClinica() {
	
	mv2_menu = new Array();
	mv2_lien = new Array();
	
	mv2_menu[0] = '<a href="clinica-odontoiatrica.htm" class="menuMain">Clinical Divisions</a>';
	mv2_menu[1] = ' &nbsp;<a href="#" class="notes"><strong>Divisions:</strong></a>';	
	mv2_menu[2] = '<a href="protesi.htm" class="menuMain">Prosthodontics</a>';
	mv2_menu[3] = '<a href="ortodonzia-gnatologia.htm" class="menuMain">Orthodontics</a>';
	mv2_menu[4] = '<a href="chirurgia-orale.htm" class="menuMain">Oral Surgery</a>';
	mv2_menu[5] = '<a href="parodontologia-e-igiene.htm" class="menuMain">Periodontics and Oral Hygiene</a>';	
	mv2_menu[6] = '<a href="accettazione-prime-visite.htm" class="menuMain">Patient\'s first visit and <br>&nbsp; &nbsp; &nbsp; treatment plan</a>';	
	mv2_menu[7] = '<a href="odontoiatria-restaurativa.htm" class="menuMain">Restorative Dentistry</a>';
	mv2_menu[8] = '<a href="pedodonzia.htm" class="menuMain">Paediatric Dentistry</a>';
	mv2_menu[9] = '<img src="../../images/spacer.gif" width="5" height="5" border="0">';
	mv2_menu[10] = '<a href="sala-sterilizzazione.htm" class="menuMain">Sterilisation Room</a>';
	mv2_menu[11] = '<a href="laboratorio-odontotecnico.htm" class="menuMain">Dental Technicians Laboratory</a>';
	mv2_menu[12] = '<a href="radiologia-odontoiatrica.htm" class="menuMain">Oral and Maxillo Facial <br>&nbsp; &nbsp; &nbsp; Radiology</a>';




	
	mv2_pos = -1;
	}


function fMenuDipartimento() {
	
	mv2_menu = new Array();
	mv2_lien = new Array();
	
	mv2_menu[0] = '<a href="dipartimento.htm" class="menuMain">Department</a>';
	mv2_menu[1] = '<a href="rapporti-internazionali.htm" class="menuMain">International Relations</a>';
	mv2_menu[2] = '<a href="come-raggiungerci.htm" class="menuMain">How to reach us</a>';
	mv2_menu[3] = '<a href="contatti.htm" class="menuMain">Contacts</a>';
	//	mv2_menu[1] = '<a href="statuto.htm" class="menuMain">Lo Statuto</a>';
	//	mv2_menu[2] = '<a href="carta-dei-servizi.htm" class="menuMain">La Carta dei Servizi</a>';
	
	mv2_pos = -1;
	}


function fMenuCorsi() {
	
	mv2_menu = new Array();
	mv2_lien = new Array();
	
	mv2_menu[0] = '<a href="corsi.htm" class="menuMain">Presentation</a>';
	mv2_menu[1] = '<a href="corso-di-laurea.htm" class="menuMain">Degree Course in Dentistry</a>';
	mv2_menu[2] = '<font class="menuMain">Post-Graduate Courses</font>';
	mv2_menu[3] = '<font class="menuMain">Master degree courses</font>';
	mv2_menu[4] = '<font class="menuMain">Continuing Education Courses<font>';
	mv2_menu[5] = '<font class="menuMain">Professional Courses<font>';
	mv2_menu[6] = '<a href="corsi-di-aggiornamento.htm" class="menuMain">Corsi di Aggiornamento</a>';
	mv2_menu[6] = '<a href="iscrizione-corsi-odontostomatologia.htm" class="menuMain">Registration</a>';

	mv2_lien[2] =	'&nbsp;<a href="specializzazione-ortodonzia.htm" CLASS=mainMenu TARGET="_self"> - Orthodontics</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[2] +=	'&nbsp;<a href="specializzazione-chirurgia-orale.htm" CLASS=mainMenu TARGET="_self"> - Oral Surgery</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
		//--
	mv2_lien[3] = 	'&nbsp;<a href="master-implantoprotesi.htm" CLASS=mainMenu TARGET="_self"> - II Level Masters in <br>&nbsp; &nbsp; &nbsp; Implant-Supported <br>&nbsp; &nbsp; &nbsp; Prosthodontics</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[3] += 	'&nbsp;<a href="master-orthodontics-tmjdisorders.htm" CLASS=mainMenu TARGET="_self"> - Orthodontics  and <br>&nbsp; &nbsp; &nbsp; TMJ disorders</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[3] += 	'&nbsp;<a href="master-chirurgia-implantologia.htm" CLASS=mainMenu TARGET="_self"> - Oral Surgery and <br>&nbsp; &nbsp; &nbsp; Implantology</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
		//--
	mv2_lien[4]  = 	'&nbsp;<a href="corso-implantoprotesi-etaAvanzata.htm" CLASS=mainMenu TARGET="_self"> - Implant-supported <br>&nbsp; &nbsp; &nbsp; Prosthodontics in Elderly <br>&nbsp; &nbsp; &nbsp; Patients</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-implantologia-estetica.htm" CLASS=mainMenu TARGET="_self"> - Implantology and Aesthetic <br>&nbsp; &nbsp; &nbsp; Dentistry</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-chirurgia-orale.htm" CLASS=mainMenu TARGET="_self"> - Oral Surgery</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-endodonzia.htm" CLASS=mainMenu TARGET="_self"> - Endodontics</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-pedodonzia.htm" CLASS=mainMenu TARGET="_self"> - Paediatric Dentistry</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-implantologia-rigenerativa.htm" CLASS=mainMenu TARGET="_self"> - Advanced Implantology and <br>&nbsp; &nbsp; &nbsp; Regenerative Techniques</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-parodontologia.htm" CLASS=mainMenu TARGET="_self"> - Clinical Periodontology <br>&nbsp; &nbsp; &nbsp; (I Level)</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-chirurgia-parodontale.htm" CLASS=mainMenu TARGET="_self"> - Periodontics (II Level)</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-microscopia-operatoria.htm" CLASS=mainMenu TARGET="_self"> - Microscopic Oral Surgery</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-brackets-autoleganti.htm" CLASS=mainMenu TARGET="_self"> - Orthodontic Diagnosis and <br>&nbsp; &nbsp; &nbsp; Therapy with self-binding <br>&nbsp; &nbsp; &nbsp; brackets</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-implantologia-biomateriali.htm" CLASS=mainMenu TARGET="_self"> - Clinical Implantology and <br>&nbsp; &nbsp; &nbsp; Biomaterials (Basic and <br>&nbsp; &nbsp; &nbsp; Advanced)</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-ortodonzia-ortopedica.htm" CLASS=mainMenu TARGET="_self"> - Functional and Interceptive <br>&nbsp; &nbsp; &nbsp; Orthopaedic Orthodontics</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-odontostomatologia-sport.htm" CLASS=mainMenu TARGET="_self"> - Sport Dentistry</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[4] += 	'&nbsp;<a href="corso-conservativa-restaurativa.htm" CLASS=mainMenu TARGET="_self"> - Restorative and Conservative <br>&nbsp; &nbsp; &nbsp; Dentistry</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
		//--
	mv2_lien[5]  = 	'&nbsp;<a href="corso-tecnologie-protesiche.htm" CLASS=mainMenu TARGET="_self"> - Prosthetic Laboratory <br>&nbsp; &nbsp; &nbsp; Technologies</A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';
	mv2_lien[5] += 	'&nbsp;<a href="corso-assistente-dentista.htm" CLASS=mainMenu TARGET="_self"> - First and Second Level <br>&nbsp; &nbsp; &nbsp; Professional Training <br>&nbsp; &nbsp; &nbsp; Course for Dental Nurses </A><BR><img src="../../images/spacer.gif" width="10" height="6"><br>';

	
	mv2_pos = -1;
	}

function fMenuLavoro() {
	
	mv2_menu = new Array();
	mv2_lien = new Array();

	mv2_menu[0] = '<a href="index.htm" class="menuMain">Job Opportunities</a>';	
	mv2_menu[1] = '<a href="cerco.htm" class="menuMain">Job Seeking</a>';
	mv2_menu[2] = '<a href="offro.htm" class="menuMain">Job Offers</a>';
	
	mv2_pos = -1;
	}

function mv1_menu_draw()
	{
	mv1_aff = "<TABLE BORDER=0 BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 WIDTH=158><TR><TD><TABLE BORDER=0 CELLPADDING=3 CELLSPACING=1 WIDTH=100%>";
	for(a=0;a<mv1_menu.length;a++)
		{
		if(mv1_pos == a || !document.getElementById)
			bgcolor = "#D3ECF8";
		else
			bgcolor = "#E5F4FB";
		if(document.getElementById)
			mv1_aff += "<TR><TD height='22' BGCOLOR="+bgcolor+"><A HREF=\"#\" onClick=\"mv1_pos="+a+";mv1_menu_draw()\" CLASS=mainMenu>"+mv1_menu[a]+"</A></TD></TR>";
		else
			mv1_aff += "<TR><TD height='22' BGCOLOR="+bgcolor+" class='menuMain'>"+mv1_menu[a]+"</FONT></TD></TR>"
		if(mv1_pos == a || !document.getElementById)
			mv1_aff += "<TR><TD height='22' BGCOLOR="+bgcolor+" class='menuMain'>"+mv1_lien[a]+"</FONT></TD></TR>";
		}
	mv1_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv1").innerHTML = mv1_aff;
	else
		document.write(mv1_aff);
	}


function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 WIDTH=200><TR><TD><TABLE BORDER=0 CELLPADDING=3 CELLSPACING=1 WIDTH=100%>";
	for(a=0;a<mv2_menu.length;a++)
		{
		if(mv2_pos == a || !document.getElementById)
			bgcolor = "#D3ECF8";
		else
			bgcolor = "#E5F4FB";
		if(document.getElementById)
			mv2_aff += "<TR><TD height='22' BGCOLOR="+bgcolor+"><A HREF=\"#\" onClick=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mainMenu>"+mv2_menu[a]+"</A></TD></TR>";
		else
			mv2_aff += "<TR><TD height='22' BGCOLOR="+bgcolor+" class='menuMain'>"+mv2_menu[a]+"</FONT></TD></TR>"
		if(mv2_pos == a || !document.getElementById)
			mv2_aff += "<TR><TD height='22' BGCOLOR="+bgcolor+" class='menuMain'>"+mv2_lien[a]+"</FONT></TD></TR>";
		}
	mv2_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv2").innerHTML = mv2_aff;
	else
		document.write(mv2_aff);
	}
	

// ===== END MENU CORSI =====