ÿþf u n c t i o n   P a n e ( i d ) 
 { 
 	 t h i s . i d   =   i d ; 
 	 t h i s . z I n d e x ; 
 	 t h i s . h t m l _ i n n e r   =   ' ' ; 
 	 
 	 / / t h i s . h t m l _ i   =   f u n c t i o n ( d a t a ) 
 / / 	 { 
 / / 	 	 t h i s . h t r m l _ i n   =   d a t a ; 
 / / 	 } 
 	 
 	 t h i s . h t m l   =   f u n c t i o n ( ) 
 	 { 
 	 	 r e t u r n   ' < d i v   i d = " '   +   t h i s . i d   +   ' "   c l a s s = " p a n e " > '   +   t h i s . h t m l _ i n n e r   +   ' < / d i v > ' ; 
 	 } 	 
 } 
