window.name = "shopviraj";

 var m_corbotao = '#FFFFFF';
 var m_corfundo = '#FFFFFF';
 var m_corativo = '#f0ffe8';
 var m_corletra = '#40A020'; // #4020A0

function mOvr(src) {
    src.bgColor = m_corativo;
}

function mOut(src) {
    src.bgColor = m_corbotao;
}

function mClk(src) {
}

function wr1(s) {
  document.writeln(s);
}

function m_botao(nome,link) {
  wr1('<td width="10%" align="center" bgcolor="'+m_corbotao+'"');
  wr1('bordercolor="#A0A000" nowrap onclick="mClk(this);"');
  wr1('onmouseout="mOut(this);" onmouseover="mOvr(this);">');
  wr1('<a style="text-decoration:none" href="'+link+'"><font color="'+m_corletra+'" size="1" face="Verdana">');
  wr1('<img src="/Imagens/bolita_g_mini2.gif" border="0" align="bottom"><b> '+nome+' </b></font></a></td>');
}

function m_botao_p(nome,link) {
  wr1('<td width="10%" align="center" bgcolor="'+m_corbotao+'"');
  wr1('bordercolor="#A0A000" nowrap onclick="mClk(this);"');
  wr1('onmouseout="mOut(this);" onmouseover="mOvr(this);">');
  wr1('<a style="text-decoration:none" href="'+link+'"><font color="'+m_corletra+'" size="1" face="Verdana">');
  wr1('<img src="/Imagens/bolita_g_mini3.gif" border="0" align="bottom"><b> '+nome+' </b></font></a></td>');
}

//function vercotacao () {
//wcot=window.open("http://www.xe.com/pca/input.cgi?AmountSet=1&From=BRL&ToSelect=EUR","cot","resizable=yes,scrollbars=yes,width=630,height=250");
//wcot.focus();
//}

function faleconosco () {
wfale=window.open("/consulta.htm","acomp","scrollbars=yes,width=630,height=450");
wfale.focus();
}

function comocomprar () {
  document.location.href = 'http://www.viraj.com.br/loja/comocomprar.html';
}

function formaspagto () {
  document.location.href = 'http://www.viraj.com.br/loja/comocomprar.html#pagam';
}

function acompanhar () {
wacomp=window.open("/shopviraj/acompanhamento.htm","acomp","scrollbars=yes,width=550,height=400");
wacomp.focus();
}

function verdescr(codigo) {
  wdesc = window.open('http://www.viraj.com.br/cgi-local/loja2/descr.cgi?'+codigo,'descricao','status=yes,scrollbars=yes,width=640,height=470');
  wdesc.focus();
}

function ver(codigo) {
  document.location.href = 'http://www.viraj.com.br/cgi-local/loja2/prod.cgi?'+codigo;
}

function ver2(endpagina) {
  wdesc = window.open('/cgi-local/tarot/tarot.cgi?cod='+endpagina,'descricao','status=yes,scrollbars=yes,width=640,height=470');
  wdesc.focus();
}

function verdetalhe(endpagina) {
  wdesc = window.open('/cgi-local/detalhe/detalhe.cgi?cod='+endpagina,'descricao','status=yes,scrollbars=yes,width=640,height=470');
  wdesc.focus();
}

function avisar (codigo) {
  wacomp=window.open("/cgi-local/loja2/avisar.cgi?"+codigo,"acomp","scrollbars=yes,width=550,height=400");
  wacomp.focus();
}

function prefer () {
  wacomp=window.open("/cgi-local/loja2/preferidos.cgi","acomp","scrollbars=yes,width=630,height=450");
  wacomp.focus();
}

function helpcookies() {
  wacomp=window.open("/cookies.htm","acomp","scrollbars=yes,menubar=yes,width=630,height=450");
  wacomp.focus();
}

var mudouquantidade = 0;

function mudouqtid() {
  mudouquantidade = 1;
}

//function pedido() {
//  if (mudouquantidade > 0) {
//    alert('Houve mudança na quantidade de produtos!\nAntes de fazer o pedido, clique em Recalcular.');
//  }
//  else {
//    document.location.href='http://www.viraj.com.br/cgi-local/loja2/pedido.cgi';
//  }
//}

function xprivac() {
  document.location.href = 'http://www.viraj.com.br/loja/comocomprar.html#privac';
}

function aneis () {
  wacomp=window.open("/shopviraj/aneis.htm","acomp","scrollbars=yes,width=450,height=450");
  wacomp.focus();
}


wr1('<div align="center">');
wr1('<table width="100%" border="0" cellpadding="2" cellspacing="3"');
wr1('bgcolor="'+m_corfundo+'">');
wr1('<tr>');

m_botao('Início','/index.html');

m_botao('Cliente VIP','/clientevip.html');
m_botao('Cadastre-se','/cadastro.html');
m_botao('Destaques','/loja/destaques.html');
m_botao_p('Relâmpago','/superdesconto.html');
m_botao('Top 21','/preferidos.html');
//m_botao('Moedas','javascript:vercotacao()');
//m_botao('Loja','/loja/loja.html');
m_botao('SUA COMPRA','http://www.viraj.com.br/cgi-local/loja2/cesta.cgi');
//m_botao('Acompanhamento','javascript:acompanhar()');
m_botao('Dúvidas?','/loja/comocomprar.html');
m_botao('Fale conosco','/canalaberto.html');
//m_botao('Contato','javascript:faleconosco()');

wr1('</tr>');
wr1('</table>');
wr1('</div>');


