ÿþ 
 f u n c t i o n   o p e n W i n d o w ( a n c h o r ,   o p t i o n s )   {  
  
         v a r   a r g s   =   ' ' ;  
  
         i f   ( t y p e o f ( o p t i o n s )   = =   ' u n d e f i n e d ' )   {   v a r   o p t i o n s   =   n e w   O b j e c t ( ) ;   }  
         i f   ( t y p e o f ( o p t i o n s . n a m e )   = =   ' u n d e f i n e d ' )   {   o p t i o n s . n a m e   =   ' w i n '   +   M a t h . r o u n d ( M a t h . r a n d o m ( ) * 1 0 0 0 0 0 ) ;   }  
  
         i f   ( t y p e o f ( o p t i o n s . h e i g h t )   ! =   ' u n d e f i n e d '   & &   t y p e o f ( o p t i o n s . f u l l s c r e e n )   = =   ' u n d e f i n e d ' )   {  
                 a r g s   + =   " h e i g h t = "   +   o p t i o n s . h e i g h t   +   " , " ;  
         }  
  
         i f   ( t y p e o f ( o p t i o n s . w i d t h )   ! =   ' u n d e f i n e d '   & &   t y p e o f ( o p t i o n s . f u l l s c r e e n )   = =   ' u n d e f i n e d ' )   {  
                 a r g s   + =   " w i d t h = "   +   o p t i o n s . w i d t h   +   " , " ;  
         }  
  
         i f   ( t y p e o f ( o p t i o n s . f u l l s c r e e n )   ! =   ' u n d e f i n e d ' )   {  
                 a r g s   + =   " w i d t h = "   +   s c r e e n . a v a i l W i d t h   +   " , " ;  
                 a r g s   + =   " h e i g h t = "   +   s c r e e n . a v a i l H e i g h t   +   " , " ;  
         }  
  
         i f   ( t y p e o f ( o p t i o n s . c e n t e r )   = =   ' u n d e f i n e d ' )   {  
                 o p t i o n s . x   =   0 ;  
                 o p t i o n s . y   =   0 ;  
                 a r g s   + =   " s c r e e n x = "   +   o p t i o n s . x   +   " , " ;  
                 a r g s   + =   " s c r e e n y = "   +   o p t i o n s . y   +   " , " ;  
                 a r g s   + =   " l e f t = "   +   o p t i o n s . x   +   " , " ;  
                 a r g s   + =   " t o p = "   +   o p t i o n s . y   +   " , " ;  
         }  
  
         i f   ( t y p e o f ( o p t i o n s . c e n t e r )   ! =   ' u n d e f i n e d '   & &   t y p e o f ( o p t i o n s . f u l l s c r e e n )   = =   ' u n d e f i n e d ' )   {  
                 o p t i o n s . y = M a t h . f l o o r ( ( s c r e e n . a v a i l H e i g h t - ( o p t i o n s . h e i g h t   | |   s c r e e n . h e i g h t ) ) / 2 ) - ( s c r e e n . h e i g h t - s c r e e n . a v a i l H e i g h t ) ;  
                 o p t i o n s . x = M a t h . f l o o r ( ( s c r e e n . a v a i l W i d t h - ( o p t i o n s . w i d t h   | |   s c r e e n . w i d t h ) ) / 2 ) - ( s c r e e n . w i d t h - s c r e e n . a v a i l W i d t h ) ;  
                 a r g s   + =   " s c r e e n x = "   +   o p t i o n s . x   +   " , " ;  
                 a r g s   + =   " s c r e e n y = "   +   o p t i o n s . y   +   " , " ;  
                 a r g s   + =   " l e f t = "   +   o p t i o n s . x   +   " , " ;  
                 a r g s   + =   " t o p = "   +   o p t i o n s . y   +   " , " ;  
         }  
  
         i f   ( t y p e o f ( o p t i o n s . s c r o l l b a r s )   ! =   ' u n d e f i n e d ' )   {   a r g s   + =   " s c r o l l b a r s = 1 , " ;   }  
         i f   ( t y p e o f ( o p t i o n s . m e n u b a r )   ! =   ' u n d e f i n e d ' )   {   a r g s   + =   " m e n u b a r = 1 , " ;   }  
         i f   ( t y p e o f ( o p t i o n s . l o c a t i o n b a r )   ! =   ' u n d e f i n e d ' )   {   a r g s   + =   " l o c a t i o n = 1 , " ;   }  
         i f   ( t y p e o f ( o p t i o n s . r e s i z a b l e )   ! =   ' u n d e f i n e d ' )   {   a r g s   + =   " r e s i z a b l e = 1 , " ;   }  
  
         v a r   w i n   =   w i n d o w . o p e n ( a n c h o r ,   o p t i o n s . n a m e ,   a r g s ) ;  
         r e t u r n   f a l s e ;  
  
 }  
  
 / * d o c u m e n t . w r i t e ( ' < t a b l e     b o r d e r = " 0 "   c e l l p a d d i n g = " 0 "   c e l l s p a c i n g = " 0 "   > '  
 +   ' < t r > '  
 +   ' < t d     c l a s s = " l o g i n l i n k "   h e i g h t = " 1 6 p x " > '  
 +   ' < s t r o n g > & n b s p ; & n b s p ; & n b s p ; & n b s p ; ,/J/  EF  3'E('C'(J*'D< / s t r o n g > < / t d > '  
 +   ' < / t r > '  
 +   ' < t r > '  
 +   ' < t d     c l a s s = " l o g i n l i n k "     h e i g h t = " 2 p x " > & n b s p ; & n b s p ; & r a q u o ; & n b s p ; '  
 +   ' < a     h r e f = " h t t p : / / s a m b a c a p i t a l . s a m b a . c o m / E n g l i s h / C o m m o n / D o c s / A l _ R a e d _ G C C . p d f "   t i t l e = " "   o n c l i c k = " r e t u r n   o p e n W i n d o w ( t h i s ,   { w i d t h : 7 9 0 , h e i g h t : 4 5 0 , r e s i z a b l e : t r u e , c e n t e r : t r u e } ) "   s t y l e = " t e x t - d e c o r a t i o n : n o n e " > '  
 +   ' 5F/HB  'D1'&/  'D.DJ,J< / f o n t > < / a > < / t d > '  
 +   ' < / t r > '  
 +   ' < t r > '  
 +   ' < t d     c l a s s = " l o g i n l i n k "     h e i g h t = " 2 p x " > & n b s p ; & n b s p ; & r a q u o ; & n b s p ; '  
 +   ' < a     h r e f = " h t t p : / / s a m b a c a p i t a l . s a m b a . c o m / E n g l i s h / C o m m o n / D o c s / A l _ M u s a h e m _ G C C . p d f "   t i t l e = " "   o n c l i c k = " r e t u r n   o p e n W i n d o w ( t h i s ,   { w i d t h : 7 9 0 , h e i g h t : 4 5 0 , r e s i z a b l e : t r u e , c e n t e r : t r u e } ) "   s t y l e = " t e x t - d e c o r a t i o n : n o n e " > '  
 +   ' 5F/HB  'DE3'GE  'D.DJ,J< / f o n t > < / a > < / t d > '  
 +   ' < / t r > '  
 +   ' < t r > '  
 +   ' < t d     c l a s s = " l o g i n l i n k "     h e i g h t = " 2 p x " > & n b s p ; & n b s p ; & r a q u o ; & n b s p ; '  
 +   ' < a     h r e f = " h t t p : / / s a m b a c a p i t a l . s a m b a . c o m / E n g l i s h / C o m m o n / D o c s / S a m b a _ R e a l _ E s t a t e . p d f "   t i t l e = " "   o n c l i c k = " r e t u r n   o p e n W i n d o w ( t h i s ,   { w i d t h : 7 9 0 , h e i g h t : 4 5 0 , r e s i z a b l e : t r u e , c e n t e r : t r u e } ) "   s t y l e = " t e x t - d e c o r a t i o n : n o n e " > 5F/HB  3'E('  'D9B'1J< / a > < / t d > '  
 +   ' < / t r > '  
 +   ' < / t a b l e > ' ) ; 	 * / 
