// JavaScript Document

//script che carica il menu di destra con variabili che contengo i path delle immagini e dei collegamenti
//su un'altro file .js

//variables de ruta para los elementos del menu
var google=""+percorso+"immagini/google.gif";
var imtesta=""+percorso+"immagini/sf_testa.gif";
var imsfriga =""+percorso+"immagini/sf_riga.jpg";
var imflechades=""+percorso+"immagini/flechades.jpg";
var apremappa = ""+percorso+"doc/mapa_sito/mapa_sito.html";
var collpromozioni=""+percorso+"doc/promozioni/promocorsi.php";
var collnostrocentro=""+percorso+"doc/pres/nostrocentro.html";
var collcontagev =""+percorso+"doc/servizi/agev.html";
var collformazione=""+percorso+"doc/i_n_corsi/formazione/formazione.html";
var collgiramondo=""+percorso+"doc/i_n_corsi/lingua/giramondo/giramondo.html";
var collcalendario =""+percorso+"doc/calendario/calendario.php";

//var map = "JavaScript:window.open(percorso+'doc/mapa_sito/mapa_sito.html','apertura','width=653,height=445');";

//escritura del menu en la pagina web
document.write("<table width='160' border='0' align='center' cellpadding='4' cellspacing='0'>"); 
                       
document.write("<tr> <td width='160' height='22' background='"+imtesta+"'>"); 

document.write("<div align='center'><strong><font color='#FFFFFF'>Il nostro centro</font></strong></div></td></tr>");

document.write("<tr><td height='18' valign='middle' background='"+imsfriga+"'><strong>"); 

document.write("<img src='"+imflechades+"' width='4' height='5'>");


document.write("<a href='#' onClick='ap()'>&nbsp;Mappa sito </a></strong></td></tr>");




document.write("<tr><td height='18' valign='middle' background='"+imsfriga+"'><strong>");

document.write("<img src='"+imflechades+"' width='4' height='5'><a href='"+collcontagev+"' target='_self'>");

document.write("&nbsp;Agevolazioni</a></strong></td></tr>");

document.write("<tr><td height='18' valign='middle' background='"+imsfriga+"'><strong>");

document.write("<img src='"+imflechades+"' width='4' height='5'>");

document.write("<a href='"+collformazione+"' target='_self'>&nbsp;Formazione</a></strong></td></tr>");


document.write("<tr><td height='18' valign='middle' background='"+imsfriga+"'><strong>");

document.write("<img src='"+imflechades+"' width='4' height='5'>");

document.write("<a href='"+collgiramondo+"' target='_self'>&nbsp;Giramondo</a></strong></td></tr>");


document.write("<tr><td height='18' valign='middle' background='"+imsfriga+"'><strong>");

document.write("<img src='"+imflechades+"' width='4' height='5'>");

document.write("<a href='"+collnostrocentro+"' target='_self'>&nbsp;La direzione</a></strong></td></tr>");


document.write("<tr><td height='18' valign='middle' background='"+imsfriga+"'><strong>");

document.write("<img src='"+imflechades+"' width='4' height='5'>"); 

document.write("<a href='"+collpromozioni+"' target='_self'>&nbsp;Calendario Corsi</a></strong></td></tr>");


document.write("<tr><td height='18' valign='middle' background='"+imsfriga+"'>");

document.write("<strong><img src='"+imflechades+"' width='4' height='5'>"); 

document.write("<a href='"+collcalendario+"' target='_self'>&nbsp;Calendario Attivit&agrave; </a></strong></td></tr></table>");

//funzione per l'apertura della mappa del sito in una nuova finestra
function ap(){
window.open(percorso+'doc/mapa_sito/mapa_sito.html','apertura','width=653,height=445,status=no');
}
<!-- Search Google -->
document.write("<br><table align='center'><tr><td>");
document.write("<FORM method=GET action='http://www.google.com/search'>");
document.write("<TABLE bgcolor='#FFFFFF'>");
document.write("<tr><td align='center'><A HREF='http://www.google.com'>");
document.write("<IMG SRC='"+google+"' border='0' ");
document.write("ALT='Cerca con Google' align='absmiddle'></A></td></tr>");
document.write("<tr><td>");
document.write("<INPUT style='font-family:arial; font-size:11px; color:blue; background:#FFFFFF' ");
document.write("TYPE=text name=q size=19 maxlength=255 value=''>");

document.write("<INPUT TYPE=hidden name=hl value=it></td>");

document.write("<td>");
document.write("<INPUT style='font-family:verdana; font-size:10px; color:blue; font-weight:bold' ");
document.write("type=submit name=btnG VALUE='Go'>");
document.write("</td></tr></TABLE></FORM>");
document.write("</td</tr></table>");
<!-- Search Google -->
<!-- Begin
//funzione per bloccare il pulsante destro del mouse
document.title= "Centro Studi Ad Maiora - istituto di formazione certificato - Lingue-Informatica";
document.oncontextmenu = function(){return false;}
// End -->
<!-- Begin

//funzione che impedisce la selezione del testo nelle pagine del sito
/*function disableselect(e){
return false;
}
function reEnable(){
return true;
}
document.onselectstart=new Function ("return false");
if (window.sidebar){
document.onmousedown=disableselect;
document.onclick=reEnable;
}*/
// End -->
<!--var mensaje="  |======|  .: Centro Studi Ad Maiora :. |========| " 
//function hora() {		
//        var h = new Date();	
 //       window.status="|======|  "
   //     + h.getHours() +":"+ h.getMinutes() +"" +mensaje ; 
     //   window.setTimeout('hora()',100);        
//}
//hora()-->


<!-- barra di stato delle pagine del sito
 var cuenta=0;
 var texto="                   .::      Centro Studi Ad Maiora               '   qualitą   e  diversitą   '      ::.             lingue              informatica                formazione              servizi     di     traduzione     e     interpretariato              consulenza      aziendale " ;
 function scrolltexto () {
 window.status=texto.substring (cuenta,texto.length)+  texto.substring(0,cuenta);

 if (cuenta <texto.length)
 { cuenta ++
 }
 else{
 cuenta=0;
 }
 setTimeout("scrolltexto()",200);
 }
 scrolltexto ();
//-->
