function abrir(ancho,alto,direcc){
	vent="v"+Math.ceil(Math.random()*10000);
	ventana=window.open(direcc,vent,"width="+ancho+",height="+alto+",scrollbars=yes\"");
}