function aprifoto(name,w,h) {
	w=w+10
	h=h+10
	window.open("aprifoto.asp?img="+name,"_blank","height="+h+",width="+w+"");
}