|    
			
				29/03/2004, 10:07
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: marzo-2004 Ubicación: Chile 
						Mensajes: 96
					 Antigüedad: 21 años, 7 meses Puntos: 0 |  | 
  |  si quieres cerrar desde la web puedes poner :
 javascript:window.close ()
 
 si quires cerrar un exe, lo haces con fscommand :
 
 on (release) {
 fscommand("quit");
 }
     |