// JavaScript Document
<!--
function changeImage(filename, text)
{
   document.getElementById('mainimage').src = filename;
}
function changeImage2(filename, text)
{
   document.getElementById('scdimage').src = filename;
}
function abrir_janela_popup(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->