function abre(i,hor){
	i=document.getElementById(i)
	is=escape(i.src)
	window.open("zoom.asp?url="+is+"&hor="+hor,"","width="+(i.width*2+20)+",height="+(i.height*2+20))
	return false
}