ÿþf u n c t i o n   p o p u p _ m a p ( ) 
 { 
 	 i f ( ! ( d i v = d o c u m e n t . g e t E l e m e n t B y I d ( ' m a p p a _ p o p u p ' ) ) ) 
 	 	 {   
 	 	 	 d i v = d o c u m e n t . c r e a t e E l e m e n t ( ' d i v ' ) ; 
 	 	 	 d i v . i d = ' m a p p a _ 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 ( ' a l l ' ) . a p p e n d C h i l d ( d i v ) ; 
 	 	 } 
 	 i f   ( s e l f . i n n e r H e i g h t )   / /   a l l   e x c e p t   E x p l o r e r 
 	 { 
 	 	 x   =   s e l f . i n n e r W i d t h ; 
 	 	 y   =   s e l f . i n n e r H e i g h t ; 
 	 } 
 	 e l s e   i f   ( d o c u m e n t . d o c u m e n t E l e m e n t   & &   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t ) 
 	 	 / /   E x p l o r e r   6   S t r i c t   M o d e 
 	 { 
 	 	 x   =   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t W i d t h ; 
 	 	 y   =   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t ; 
 	 } 
 	 e l s e   i f   ( d o c u m e n t . b o d y )   / /   o t h e r   E x p l o r e r s 
 	 { 
 	 	 x   =   d o c u m e n t . b o d y . c l i e n t W i d t h ; 
 	 	 y   =   d o c u m e n t . b o d y . c l i e n t H e i g h t ; 
 	 } 	 	 
 	 i f ( d i v )   
 	 	 {   
 	 	 	 m a p h = ' < t a b l e   s t y l e = " w i d t h : 8 8 0 p x ; " > < t r > < t d   s t y l e = " t e x t - a l i g n : r i g h t " > < a   h r e f = " # "   o n c l i c k = " j a v a s c r i p t : d o c u m e n t . g e t E l e m e n t B y I d ( \ ' m a p p a _ p o p u p \ ' ) . s t y l e . d i s p l a y = \ ' n o n e \ ' ; r e t u r n   f a l s e ; "   t i t l e = " C l o s e " > < i m g   s r c = " h t t p : / / w w w . g o o g l e . c o m / i n t l / i t _ A L L / m a p f i l e s / i w _ c l o s e . g i f "   b o r d e r = " 0 "   / > < / a > < / t d > < / t r > < / t a b l e > < d i v   i d = " m a p p o p u p "   s t y l e = " w i d t h : 8 8 0 p x ; h e i g h t : ' + ( y - 1 2 0 ) + ' p x ;   b o r d e r : 1 p x   s o l i d   b l a c k " > < / d i v > ' ; 
 	 	 	 h u _ s t r i c t ( ' m a p p a _ p o p u p ' , m a p h ) ; 
 	 	 	 d i v . s t y l e . d i s p l a y = ' b l o c k ' ; 
 	 	 } 
 	 m a k e _ m a p ( ) ; 
 } 
 
 f u n c t i o n   h u _ s t r i c t ( u p d a t i n g _ i d _ c o n t e n t , h t m l )   { 
 	 i f ( d e s t = d o c u m e n t . g e t E l e m e n t B y I d ( u p d a t i n g _ i d _ c o n t e n t ) ) 
 	 {   d e s t . i n n e r H T M L = h t m l ;   } 
 	 e l s e   {   a l e r t ( ' i m p o s s i b i l e   t r o v a r e   ' + u p d a t i n g _ i d _ c o n t e n t ) ;   } 
 } 
 
