function abrir(im,ancho,alto){
	altoi=alto+20;
	anchoi=ancho+20;
	features = "width="+anchoi+",height="+altoi+",top="+(screen.height-alto)/2+",left="+(screen.width-ancho)/2;	
	window.open(im,"yo",features);
	window.cursor='default';
}
