var savotsaver = "@targhem"
var taldigmia = "-bin/MailForm"
   var i = 0; 
   var TextNumber = 0;
   var TextInput = new Object();
   var HelpText="";                              
   var Text = "";  
   var Speed=70
   var WaitSpace="                                                                                                                                                                       "                 

 TextInput[0] = "Targhe in alluminio anodizzato                                     Targhe in alluminio verniciato                                     Adesivi in pvc, poliestere, policarbonato"
 TextInput[1] = "Tastiere                                     Pulsantiere                                     Sinottici                                     Scatole elettriche                                     Noni graduati per macchine utensili"
 TextInput[2] = "Settori graduati                                     Aste millimetrate                                     Frontali per strumenti elettronici                                     Prespaziati per macchine movimento terra"
 TextInput[3] = ""
 TextInput[4] = ""
 TextInput[5] = ""
 TextInput[6] = "Targhe in alluminio anodizzato                                     Targhe in alluminio verniciato                                     Adesivi in pvc, poliestere, policarbonato"
 TextInput[7] = "Tastiere                                     Pulsantiere                                     Sinottici                                     Scatole elettriche                                     Noni graduati per macchine utensili"
 TextInput[8] = "Settori graduati                                     Aste millimetrate                                     Frontali per strumenti elettronici                                     Prespaziati per macchine movimento terra"
 TextInput[9] = ""
TextInput[10] = ""
TextInput[11] = ""
TextInput[12] = "Targhe Malagoli snc - Via Siemens 4/22 - 41012  Carpi (MO) - Tel: 059 688768 - Fax: 059 656392 - Email: info@targhemalagoli.com - Web: http://www.targhemalagoli.com"
TextInput[13] = ""
TextInput[14] = "Sede legale: Via Jacopo Barozzi 26/B - 41012 Carpi (MO) - Tel: 059 695728"
TextInput[15] = ""
TotalTextInput = 15;

for (var addWait = 0; addWait <= TotalTextInput; addWait++) 
   { TextInput[addWait]+=WaitSpace; }

var TimerId
var TimerSet=false;

function startBanner (form)  
   {
   if (!TimerSet)
      {
      TimerSet=true;
      banner();
      }
   }

function banner() 
   {
   Text=rollMessage();
   TimerId = setTimeout("banner()", Speed);
   window.status=Text;
   }

function rollMessage () 
   {
   Wait_yn=false;
   i++;
   var CheckSpace = HelpText.substring(i-1, i);
   CheckSpace = "" + CheckSpace;
   if (CheckSpace == " ") 
      {i++;}
   if (i >= HelpText.length+1) 
      {
      i=0; 
      if (TextNumber < TotalTextInput) 
         {TextNumber++;} 
      else 
         {TextNumber = 0;} 
      initBanner();
      }
   Text = HelpText.substring(0, i);
   return (Text);
   }

function initBanner() 
   {
   Text = TextInput[TextNumber];
   HelpText = Text;
   startBanner ();
   }
   
   
//   ----------------------------------------------------------------------------------
   
   function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		home_over = newImage("/images/home_.jpg");
		about_over = newImage("/images/about_.jpg");
		news_over = newImage("/images/news_.jpg");
        portfolio_over = newImage("/images/portfolio_.jpg");
		services_over = newImage("/images/services_.jpg");
		contact_over = newImage("/images/contact_.jpg");
		preloadFlag = true;
	}
}
