<!--
function pop_foto( href, h, w )
{
attr="width="+w+",height="+h;
var popup=window.open( href,"popup", attr );
}
//-->
