var nomcanal="solopromociones";
var idcanal=369;
var xtracolor="#0073C4";
var MesAbr = new Array("","Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic");
var DiaSemana = new Array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado");
var Meses = new Array ("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre");
var fecha = new Date();
var anyo = fecha.getFullYear();
arrayStatus = new Array(
	"1","Normal",
	"2","Ofertas",
	"3","Novedades",
	"4","Rebajas"
);

function sDameFecha() {
	var sFechaDeHoy=DiaSemana[fecha.getDay()] + ", " + fecha.getDate() + " de " + Meses[fecha.getMonth()] + " de "+ anyo;
	document.write("&nbsp;"+sFechaDeHoy+"&nbsp;");
}

function sGenNumRandom() {
	var numRandom = fecha.getTime()+""+Math.floor(Math.random()*16777216)+1;
	return numRandom;
}

function vFocusBuscar() {
	//var iNumKeyworks=arrayKeywords.length;
	//var iPos=Math.floor(iNumKeyworks*Math.random());
	//document.buscar.k.value=arrayKeywords[iPos];
	//document.buscar.k.focus();
}

function Leyenda(url_go,ancho,alto) {
	var ancho = 140;
	var alto = 160;
	posicionX = (screen.width-ancho)/2;
	posicionY = (screen.height-alto)/2;
	window.open(url_go,"Leyenda","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,resizable=1,dependent=0,width="+ancho+",height="+alto+",left="+posicionX+",top="+posicionY);
}

function lssi() {
	posicionX = (screen.width-400)/2;
	posicionY = (screen.height-350)/2;
	window.open("/share-ht/lssi.pdf","LSSI","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,resizable=1,dependent=0,width=400,height=350,left="+posicionX+",top="+posicionY);
}

function Centro() {
	posicionX = (screen.width-400)/2;
	posicionY = (screen.height-350)/2;
	window.open("http://compras.solopromociones.com/centropri.html","CentroPriva","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,resizable=1,dependent=0,width=400,height=350,left="+posicionX+",top="+posicionY);
}

function condiACompras() {
	posicionX = (screen.width-400)/2;
	posicionY = (screen.height-350)/2;
	window.open("http://compras.solopromociones.com/condiacompras.html","CondiACompras","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,resizable=1,dependent=0,width=400,height=350,left="+posicionX+",top="+posicionY);
}

function Condic() {
	posicionX = (screen.width-400)/2;
	posicionY = (screen.height-350)/2;
	window.open("http://compras.solopromociones.com/condiSMS.html","cond","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,resizable=1,dependent=0,width=400,height=350,left="+posicionX+",top="+posicionY);
}

function CondicWap() {
	posicionX = (screen.width-400)/2;
	posicionY = (screen.height-350)/2;
	window.open("http://compras.solopromociones.com/condiWAP.html","condwap","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,resizable=1,dependent=0,width=400,height=350,left="+posicionX+",top="+posicionY);
}

function Comprar(rproducto,icomercio,ncomercio,uproducto,idproducto,precio,ts,fr,kw) {
        if (!fr) fr=4;
	if (!kw) kw=_kw;
	if (!kw) kw='';
	var url_comercio = "http://www.codigobarras.com/share-ht/product.php?idd=369&idp="+escape(idproducto)+"&prc="+escape(precio)+"&r="+escape(rproducto)+"&ic="+icomercio+"&nc="+escape(ncomercio)+"&u="+escape(uproducto)+"&ts="+ts+"&fr="+fr+"&kw="+kw;
	var propiedades = "scrollbars=1,toolbar=1,location=1,directories=1,menubar=1,resizable=1,status=1,width=795,height=590,left=10,top=10";
	window.open(url_comercio, icomercio,propiedades);
}

function VentanaFoto(url_go) {
	var ancho=150;
	var alto=150;
	posicionX = (screen.width-ancho)/2;
	posicionY = (screen.height-alto)/2;
	IdVentana=open(url_go,"Foto","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,dependent=0,width="+ancho+",height="+alto+",left="+posicionX+",top="+posicionY);
}

function Ventana(url_go,ancho,alto) {
	posicionX = (screen.width-ancho)/2;
	posicionY = (screen.height-alto)/2;
	IdVentana=open(url_go,"Info","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,dependent=0,width="+ancho+",height="+alto+",left="+posicionX+",top="+posicionY);
}

function ValorarCom(idd,ic,nc,lc) {
	window.location='/share-ht/oComN.php?i='+idd+'&ic='+ic+'&nc='+escape(nc)+'&lc='+escape(lc);
}

function OpinarCom(idd,ic,nc,lc) {
	//window.location='/share-ht/foroN.php?i='+idd+'&ic='+ic+'&nc='+escape(nc)+'&lc='+escape(lc);
	window.location='/share-ht/opinac.php?idd='+idd+'&ic='+ic+'&nc='+escape(nc)+'&lc='+escape(lc);
}

function getCookie(name) {
  var dc = document.cookie;
  var prefix = name + "=";
  var begin = dc.indexOf("; " + prefix);
  if (begin == -1) {
    begin = dc.indexOf(prefix);
    if (begin != 0) return null;
  } else
    begin += 2;
  var end = document.cookie.indexOf(";", begin);
  if (end == -1)
    end = dc.length;
  return unescape(dc.substring(begin + prefix.length, end));
}

function sFraseBienvenida(cname) {
	var sCookieVal=getCookie(cname);
	if (sCookieVal)
		return "&nbsp;ˇBienvenido <b>"+sCookieVal+"</b>!.&nbsp;";
	else
		return "";
}