
function photoChange(imageID,imageName,dimImage) {

  if (dimImage == 66)
  {
   document.images[imageID].src = eval(imageName + ".src");
  }

}
function ShowroomPath(MID) {
        pathWin = window.open('http://bs.viamichelin.com/b2b2cv2/por/dyn/controller/bmm?productId=153044&index=true&id=' + MID,'pathWin','scrollbars=yes,resizable=yes,width=530,height=550,status=no,location=no,toolbar=no');
	    pathWin.focus();
	}

function over(elem_id)
	{
		var tprod;
		var hrefprod ;
		
		if(elem_id==1)
		{
		tdprod = document.getElementById("td_prodotti");
		hrefprod = document.getElementById("href_prodotti");
		
		}
		if(elem_id==2)
		{
		tdprod = document.getElementById("td_estetica");
		hrefprod = document.getElementById("href_estetica");
		}
		
		tdprod.style.color = "#FFFFFF";
		hrefprod.style.color = "#FFFFFF";
		
	}

function out(elem_id)
	{
		var tprod;
		var hrefprod ;
		
		if(elem_id==1)
		{
		tdprod = document.getElementById("td_prodotti");
		hrefprod = document.getElementById("href_prodotti");
		}
		if(elem_id==2)
		{
		tdprod = document.getElementById("td_estetica");
		hrefprod = document.getElementById("href_estetica");
		}
		
		tdprod.style.color = "#999999";
		tdprod.style.backgroundColor = "#323232";
		hrefprod.style.color = "#999999";
		
	}        
/*serve nel plusvalore*/
function popup(url) {
                var width=1000,height=635;

                parent.win=open(url,'smegfind','WIDTH='+width+',HEIGHT='+height+',toolbar=no,menubar=no,resizable=yes,scrollbars=yes');
                parent.win.focus();
            }  
