var last = 0;
if (document.images) {
  
        // oniivi kuvat
  
	    image1on = new Image();
        image1on.src="/templates/images/b-home-on.gif";
      
	    image2on = new Image();
        image2on.src="/templates/images/b-productos-on.gif";

        image3on = new Image();
        image3on.src="/templates/images/b-taller-on.gif";

		image4on = new Image();
        image4on.src="/templates/images/b-macizadoneumaticos-on.gif";
		
        image5on = new Image();
        image5on.src="/templates/images/b-contacto-on.gif";

         
        // Paluu kuvat
  
	    image1off = new Image();
        image1off.src="/templates/images/b-home-off.gif";
      
	    image2off = new Image();
        image2off.src="/templates/images/b-productos-off.gif";

        image3off = new Image();
        image3off.src="/templates/images/b-taller-off.gif";

		image4off = new Image();
        image4off.src="/templates/images/b-macizadoneumaticos-off.gif";
		
        image5off = new Image();
        image5off.src="/templates/images/b-contacto-off.gif";

       // Pallukka kuvat
        
        image1akt = new Image();
        image1akt.src="/templates/images/b-home-akt.gif";
      
	    image2akt = new Image();
        image2akt.src="/templates/images/b-productos-akt.gif";

        image3akt = new Image();
        image3akt.src="/templates/images/b-taller-akt.gif";

		image4akt = new Image();
        image4akt.src="/templates/images/b-macizadoneumaticos-akt.gif";
		
        image5akt = new Image();
        image5akt.src="/templates/images/b-contacto-akt.gif";

                        
  }

function act(imgName, imgNum) {
    document[imgName].src = eval(imgName + 'on.src');
        
}

function inact(imgName, imgNum) {
    document[imgName].src = eval(imgName + 'off.src');
}

function stay(imgName, imgNum) {
        image1off.src="/templates/images/b-home-off.gif";
        image2off.src="/templates/images/b-productos-off.gif";
        image3off.src="/templates/images/b-taller-off.gif";
        image4off.src="/templates/images/b-macizadoneumaticos-off.gif";
		image5off.src="/templates/images/b-contacto-off.gif";
        
       
        image1on.src="/templates/images/b-home-on.gif";
        image2on.src="/templates/images/b-productos-on.gif";
        image3on.src="/templates/images/b-taller-on.gif";
        image4on.src="/templates/images/b-macizadoneumaticos-on.gif";
		image5on.src="/templates/images/b-contacto-on.gif";
       
	if (imgNum==1){
 	    image1off.src="/templates/images/b-home-akt.gif";
    	image1on.src="/templates/images/b-home-akt.gif";
		image1akt.src="/templates/images/b-home-akt.gif";
	}
	if (imgNum==2){
        image2off.src="/templates/images/b-productos-akt.gif";        	
		image2on.src="/templates/images/b-productos-akt.gif";
		image2akt.src="/templates/images/b-productos-akt.gif";
	}
	if (imgNum==3){
		image3off.src="/templates/images/b-taller-akt.gif";
    	image3on.src="/templates/images/b-taller-akt.gif";
		image3akt.src="/templates/images/b-taller-akt.gif";
	}
	if (imgNum==4){
		image4off.src="/templates/images/b-macizadoneumaticos-akt.gif";
    	image4on.src="/templates/images/b-macizadoneumaticos-akt.gif";
		image4akt.src="/templates/images/b-macizadoneumaticos-akt.gif";
	}
	if (imgNum==5){
        image5off.src="/templates/images/b-contacto-akt.gif";
        image5on.src="/templates/images/b-contacto-akt.gif";
		image5akt.src="/templates/images/b-contacto-akt.gif";
	}
		document[imgName].src = eval(imgName + 'on.src');

		if (last>0){
			temp='image' + last;
			document[temp].src = eval(temp + 'off.src');
		}
		last=imgNum;	
}

function openWindow(newURL, newWidth, newHeight, resize) {
        // Declare and initialize top and left variables
        var calcLeft = 100;
        var calcTop = 100;
        
  // Update properties if comp. browser
        if (parseInt(navigator.appVersion) >= 4){
          calcTop = screen.availHeight /2 - newHeight/2;
          calcLeft = screen.availWidth/2 - newWidth/2;}

  // Open the new window using top and left properties
  window.open(newURL, 'remote', 'status=no,toolbar=yes,menubar=no,location=no,scrollbars=yes,width=' + newWidth + ',height=' + newHeight + ',left=' + calcLeft + ',top=' + calcTop + ',resizable=yes');
}
function imprimirPagina() {
	  if (window.print)
	    window.print();
	  else
	    alert("!~!NO_POSIBLE_TO_PRINT!~!");
}
