// Javascript for Teijin Monofilament

function showMacina () {
  document.getElementById('search_div').style.display = "inline";
}

function showProductImg (linkImg) {
        
    var parent = '';
    parent = linkImg.parentNode.parentNode.parentNode.parentNode.parentNode;    
    if  (parent.className == 'fce-5050-left'){
      if (navigator.appName.indexOf("Explorer") != -1) {
        document.getElementById('fce-5050-left').childNodes[0].childNodes[1].firstChild.src = linkImg.id;
      } else {
        document.getElementById('fce-5050-left').childNodes[1].childNodes[3].firstChild.src = linkImg.id;
      }      
    }
    
    if  (parent.className == 'fce-5050-right'){
      if (navigator.appName.indexOf("Explorer") != -1) {
        document.getElementById('fce-5050-right').childNodes[0].childNodes[1].firstChild.src = linkImg.id;
      } else {
        document.getElementById('fce-5050-right').childNodes[1].childNodes[3].firstChild.src = linkImg.id;
      }       
    } 
}

function showProductFirstImg () {
     if (navigator.appName.indexOf("Explorer") != -1) {
        document.getElementById('fce-5050-left').childNodes[0].childNodes[1].firstChild.src = 'uploads/tx_templavoila/PMC_181_01.jpg';
      } else {
        document.getElementById('fce-5050-left').childNodes[1].childNodes[3].firstChild.src = 'uploads/tx_templavoila/PMC_181_01.jpg';
      }  
      
      if (navigator.appName.indexOf("Explorer") != -1) {
        document.getElementById('fce-5050-right').childNodes[0].childNodes[1].firstChild.src = 'uploads/tx_templavoila/plist2.jpg';
      } else {
        document.getElementById('fce-5050-right').childNodes[1].childNodes[3].firstChild.src = 'uploads/tx_templavoila/plist2.jpg';
      }  
}
