﻿function abrirChicaKalia() {
		location.href="chica-kalia.php";
}

function abrirManchas(id) {
	var url = "";
	if (id=="1") { //Vino
		url = "solutions-at-your-choice.php?cat=1&subcat=1&idthirdCat=14";
		
	} else if (id=="2") { //Tomate - ketchup
		url = "solutions-at-your-choice.php?cat=1&subcat=1&idthirdCat=11";
	} else if (id=="3") { // boligrafo
		url = "solutions-at-your-choice.php?cat=1&subcat=2&idthirdCat=1";
	} 
	else if (id=="4") { //Aceite
		url = "solutions-at-your-choice.php?cat=1&subcat=1&idthirdCat=4";
	} 
	else if (id=="5") { //Chocolate
		url = "solutions-at-your-choice.php?cat=1&subcat=1&idthirdCat=1";
	} 
	
	location.href = url;
	
	
}

function abrirHome() {
		location.href="home.php";
}

function abrirMuestras() {
		alert("Proximamente");
}

function abrirJuego() {
		location.href="participa-diviertete.php";
}

function abrirProducto(id) {
		location.href="product.php?id=" + id;

	
}
