﻿// JScript File
function inicializar(site) {
document.write("<a href=javascript:; onclick=javascript:mostrarVentana('" + site + "');>");
document.write("<img src=http://contacto.solteka.com/online.aspx?s=" + site +"&amp;u=" + document.domain + " alt='Servicio al Cliente' border=0 /></a>");
}

function mostrarVentana(site) {

window.open('http://contacto.solteka.com/entrar.aspx?s='+ site,'Contacto','width=520,height=600,resizable=no,scrollbars=no');

}
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-325738-29']);
_gaq.push(['_trackPageview']);

(function() {
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

