ÿþf u n c t i o n   p r i n t _ d o c ( ) {  
   	 i f   ( p a r e n t . c o n t e n i d o . d o c ) {                                                                              
   	     p a r e n t . c o n t e n i d o . d o c . p r i n t ( ) ;  
 	 } e l s e {  
 	 	 i f   ( p a r e n t . c o n t e n i d o ) {                                                                              
 	   	     p a r e n t . c o n t e n i d o . p r i n t ( ) ;  
 	 	 }  
 	 }  
 	 r e t u r n   t r u e ; 	  
 } 
