function ChangeButton(imageName,action){
  var newImage  
  if(action=="on"){
  	newImage="button1.gif"
  }else{
  	newImage="button0.gif"
  }
  document.getElementById(imageName).src="/img/splash/navButton/"+newImage
}
function ChangeImage(imageName) {
        document.bigImage.src="/img/global/bottomBlock/serviceM/"+imageName+".jpg";
  }
function Temp_iPop(smallURL){
       var bigURL
       bigURL=smallURL.replace("serviceSmall","ServiceBig");
       return iPop(bigURL,'');
 } 
 
 
 function popupMov(name) {
    window.open("/content/popupMov.aspx?name="+name,"popWin","height=300,width=350,menubar=no,scrollbars=no,toolbar=no");
}   
