function ampliar_(a,b,h,w)
{
NOMBRE=window.open('','','status=1,top=0,left=0,location=0,resizable=1,toolbar=0,scrollbars=1,menubar=0,directories=0,height=575,width=790')
NOMBRE.document.writeln('<BODY BACKGROUND="im%E1genes/Image9.gif"> ')
NOMBRE.document.writeln('<center><img src="'+a+'" height="'+h+'%" width="'+w+'%">')
NOMBRE.document.writeln(' <p><center><b><font SIZE="+1">'+b+'</font></b></center></p>')
}