if (self.location==top.location) top.location="index2.html"
articulo = new Array();
articulo[21]=new Array();
articulo[21][0]='CabeLom1';
articulo[21][1]=4.09;
articulo[21][2]='Cabezada de Lomo (0350 Kg aprox)';
articulo[21][3]=0.35;
articulo[22]=new Array();
articulo[22][0]='CabeLom2';
articulo[22][1]=8.17;
articulo[22][2]='Cabezada de Lomo (0700 Kg aprox)';
articulo[22][3]=0.7;
articulo[23]=new Array();
articulo[23][0]='LomoEmb1';
articulo[23][1]=5.41;
articulo[23][2]='Lomo Embuchado (0350 Kg aprox)';
articulo[23][3]=0.35;
articulo[24]=new Array();
articulo[24][0]='LomoEmb2';
articulo[24][1]=10.82;
articulo[24][2]='Lomo Embuchado (0700 Kg aprox)';
articulo[24][3]=0.7;
articulo[25]=new Array();
articulo[25][0]='LomoNat1';
articulo[25][1]=5.41;
articulo[25][2]='Lomo Natural (0350 Kg aprox)';
articulo[25][3]=0.35;
articulo[26]=new Array();
articulo[26][0]='LomoNat2';
articulo[26][1]=10.82;
articulo[26][2]='Lomo Natural (0700 Kg aprox)';
articulo[26][3]=0.7;

 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 ACabeLom1(cantidad){
opciones = '';
parent.frames['cesta'].cesta(21,opciones,cantidad);
};
function ACabeLom2(cantidad){
opciones = '';
parent.frames['cesta'].cesta(22,opciones,cantidad);
};
function ALomoEmb1(cantidad){
opciones = '';
parent.frames['cesta'].cesta(23,opciones,cantidad);
};
function ALomoEmb2(cantidad){
opciones = '';
parent.frames['cesta'].cesta(24,opciones,cantidad);
};
function ALomoNat1(cantidad){
opciones = '';
parent.frames['cesta'].cesta(25,opciones,cantidad);
};
function ALomoNat2(cantidad){
opciones = '';
parent.frames['cesta'].cesta(26,opciones,cantidad);
};


