if (self.location==top.location) top.location="index2.html"
articulo = new Array();
articulo[28]=new Array();
articulo[28][0]='QTronchon';
articulo[28][1]=19.23;
articulo[28][2]='Queso de Tronchón (1200 Kg aprox)';
articulo[28][3]=1.2;

 var opciones = '';
function ventana(pagina)
{
window.open(pagina,'Bienvenida','width=450,height=350,location=0,status=0,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes');
};
function AQTronchon(cantidad){
opciones = '';
parent.frames['cesta'].cesta(28,opciones,cantidad);
};


