|    
			
				10/10/2005, 12:39
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: abril-2005 
						Mensajes: 154
					 Antigüedad: 20 años, 6 meses Puntos: 2 |  | 
  |  agrega algo asi al final de  tu funcion inicio:
 var wp=document.all?document.all.fotico:document.getEl  ementById('fotico');
 if(wp){
 window.resizeTo(wp.offsetWidth,wp.offsetHeight+30)  ;
 //juega con estos valores un poco.
 }
 
 ademas agreagale a tu body style="margin:0;"
     |