// Ventanas emergentes lanzadas desde el site


function es_boton1() {

    location.href = 'ficha_producto.aspx?identificador=154'
    //location.href = 'familias_productos.aspx?identificador=16'
//	url="http://www.google.com";
//	w=420;
//	h=365;
//	x=(screen.width-w)/2;
//	y=(screen.height-h)/2;
//	ventana=window.open(url,'producto1','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=no,resize=no,status=no');
//	//le doy foco
//	ventana.focus();
}

function es_boton2() {
    location.href = 'familias_productos.aspx?identificador=7'
//	url="http://www.yahoo.es";
//	w=360;
//	h=328;
//	x=(screen.width-w)/2;
//	y=(screen.height-h)/2;
//	ventana=window.open(url,'producto2','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=no,resize=no,status=no');
//	//le doy foco
//	ventana.focus();

}

function en_boton1() {

    location.href = 'ficha_producto.aspx?identificador=154'
    //location.href = 'familias_productos.aspx?identificador=16'
//	url="http://www.google.com";
//	w=420;
//	h=365;
//	x=(screen.width-w)/2;
//	y=(screen.height-h)/2;
//	ventana=window.open(url,'producto1','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=no,resize=no,status=no');
//	//le doy foco
//	ventana.focus();
}

function en_boton2() {
    location.href = 'familias_productos.aspx?identificador=7'
//	url="http://www.yahoo.es";
//	w=360;
//	h=328;
//	x=(screen.width-w)/2;
//	y=(screen.height-h)/2;
//	ventana=window.open(url,'producto2','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=no,resize=no,status=no');
//	//le doy foco
//	ventana.focus();

}
