<!-- Fce v JS -->
 function switch_img(id,img)
 {
 document.getElementById(id).src = 'http://www.retech.com/img/'+img+'.png';
 }


