//array de tags con el name euro
var oImgPrice = document.getElementsByName('euro');

var aFondosPrice = new Array();
aFondosPrice[1] = "imgs/icono_precios.gif"; //sin seleccion
aFondosPrice[2] = "imgs/icono_precios2.gif";//seleccionado


function listaPrec(){
alert(tipoPrec);
	if (tipoPrec == 1){
		window.open('http://www.google.es',null,'height=200,width=400,status=yes,toolbar=no ,menubar=no,location=no');
	} else if (tipoPrec == 2){
		window.open('preus/HP_BAULA_OTONO 08.pdf',null,'height=200,width=400,status=yes,toolbar=no ,menubar=no,location=no');
	}
		
}
