<!-- 
function fecha_refresh() { 
opener.location.reload(true); 
self.window.close(); 
}

function msgCota(){
   {
   alert("Aviso !\n\nPrezado cliente,\n\nPara cotar este produto marque a caixa de texto e\nClique no botão abaixo Enviar Ítens Selecionado.\n\ne-mail : sac@irkaeletronica.com.br\nFone : (11) 3331-2591/3331-6578\n\nObrigado!");
   }
}
function msgPromo(){
   {
   alert("Aviso !\n\nPrezado cliente,\nPara melhores detalhes sobre produtos.\nConsulte-nos!\n\ne-mail : sac@irkaeletronica.com.br\nFone : (11) 3331-2591/3331-6578\n\nObrigado!");
   }
}
function abrirDados(URL) {
   var width  = 600;
   var height = 550;
   var left   = 100;
   var top    = 100;
   window.open(URL,'Dados', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no');
}
function abrirLogin(URL) {
   var width  = 450;
   var height = 400;
   var left   = 100;
   var top    = 100;
   window.open(URL,'Login', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no');
}
function abrirFoto(URL) {
   var width  = 550;
   var height = 700;
   var left   = 100;
   var top    = 10;
   window.open(URL,'Foto', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no');
}
function abrirCesta(URL) {
   var width  = 750;
   var height = 650;
   var left   = 100;
   var top    = 100;
   window.open(URL,'Cesta', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no');
}

function mostrahelp(linha,img) {
var linha = document.getElementById(linha);
  if (linha.style.display=='none') {
   linha.style.display='';
   if(img != null) {
      img.src='imagens/img/btnCancela.gif';
   }
  } else {
   linha.style.display='none';
   if(img != null) {
      img.src='imagens/img/btnInfo.bmp';
   }
  }
}
function mostrahelp1(linha,img) {
var linha = document.getElementById(linha);
  if (linha.style.display=='none') {
   linha.style.display='';
   if(img != null) {
      img.src='imagens/img/btnFechar.jpg';
   }
  } else {
   linha.style.display='none';
   if(img != null) {
      img.src='imagens/img/btnInfo.gif';
   }
  }
}
function mostraAdmEditar(linha,img) {
var linha = document.getElementById(linha);
  if (linha.style.display=='none') {
   linha.style.display='';
   if(img != null) {
      img.src='../imagens/img/btnFechar.jpg';
   }
  } else {
   linha.style.display='none';
   if(img != null) {
      img.src='../imagens/img/btnEditar.gif';
   }
  }
}
//-->

