if (self.location==top.location) top.location="index2.html"
articulo = new Array();
articulo[27]=new Array();
articulo[27][0]='Miel1';
articulo[27][1]=5.41;
articulo[27][2]='Miel del Maestrazgo (1 kg aprox)';
articulo[27][3]=1;

 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 AMiel1(cantidad){
opciones = '';
parent.frames['cesta'].cesta(27,opciones,cantidad);
};


