// Abre frame das imagens de produtos
function abreFrame(frameVar)
     {
	  configuraAbreFrame="toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=700,height=420";
      window.open(frameVar,'abreFrame',configuraAbreFrame)
	 }


// Abre frame dos links de catalogos tecnicos
 function abreFrameCatalog(frameCtg)
     {
	  configuraTamFrame="toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=750, left=250";
      window.open(frameCtg,'abreFrameCatalog',configuraTamFrame)
	 }
