ÿþv a r   o p e n e d D i v = " n u l l " ; 
 
 f u n c t i o n   c l o s e P o p u p ( )   { 
 
 	 i f   ( o p e n e d D i v   ! =   " n u l l " ) 
 
 	 { 
 
 	 	 v a r   p o p u p = d o c u m e n t . g e t E l e m e n t B y I d ( o p e n e d D i v ) ; 
 
 	 	 i f   (   p o p u p . s t y l e . d i s p l a y   = =   " "   ) 
 
 	 	 	 p o p u p . s t y l e . d i s p l a y = " n o n e " ; 
 
 	 } 
 
 } 
 
 f u n c t i o n   l a r g e r V i e w ( i d )   { 
 
 	 o p e n e d D i v = i d ; 
 	 
 	 d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s t y l e . d i s p l a y = " " ; 
 	 d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s t y l e . p o s i t i o n = ' a b s o l u t e ' ; 
 	 d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s t y l e . t o p = ( 5 0 + d o c u m e n t . b o d y . s c r o l l T o p ) + ' p x ' ; 
 	 d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s t y l e . l e f t = ( 3 0 + d o c u m e n t . b o d y . s c r o l l L e f t ) + ' p x ' ;       	 
 } 
