if (self.location==top.location) top.location="index.html"
articulo = new Array();
articulo[0]=new Array();
articulo[0][0]='Articulo';
articulo[0][1]=6;
articulo[0][2]='Cantares coplillas y fiestas populares';
articulo[0][3]=0;
articulo[1]=new Array();
articulo[1][0]='Discobromas';
articulo[1][1]=6;
articulo[1][2]='Disco de Bromas 2003';
articulo[1][3]=0;
articulo[2]=new Array();
articulo[2][0]='NuevosValores';
articulo[2][1]=6;
articulo[2][2]='Nuevos Valores';
articulo[2][3]=0;

 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 AArticulo(cantidad){
opciones = '';
parent.frames['cesta'].cesta(0,opciones,cantidad);
};
function ADiscobromas(cantidad){
opciones = '';
parent.frames['cesta'].cesta(1,opciones,cantidad);
};
function ANuevosValores(cantidad){
opciones = '';
parent.frames['cesta'].cesta(2,opciones,cantidad);
};

