// 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)
	 }
