ÿþw i n d o w . f o c u s ( ) ;  
 v a r   i m g   =   n e w   A r r a y ( ) ;  
 / /   D e f i n e   S w a p p i n g   F u n c t i o n  
 f u n c t i o n   _ i n ( n a m , n u m )   {  
 	 i f   ( d o c u m e n t . i m a g e s )   {  
 	 	 d o c u m e n t . i m a g e s [ n a m ] . s r c   =   i m g [ n u m ] . s r c ;  
       	 }  
 }  
  
 f u n c t i o n   _ o u t ( n a m , n u m )   {  
 	 i f   ( d o c u m e n t . i m a g e s )   {  
 	 	 d o c u m e n t . i m a g e s [ n a m ] . s r c   =   i m g [ n u m ] . s r c ;  
 	 }  
 }  
  
 / /   P r e l o a d   N a v i g a t i o n   L i n k   B u t t o n s  
 f u n c t i o n   p r e l o a d I m a g e s ( ) {  
 	 i f   ( d o c u m e n t . i m a g e s )   {  
 	 	 i m g [ 0 ]   =   n e w   I m a g e ( ) ;     i m g [ 0 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 1 _ 1 . g i f " ;  
 	 	 i m g [ 1 ]   =   n e w   I m a g e ( ) ;     i m g [ 1 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 1 _ 2 . g i f " ;  
 	 	 i m g [ 2 ]   =   n e w   I m a g e ( ) ;     i m g [ 2 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 2 _ 1 . g i f " ;  
 	 	 i m g [ 3 ]   =   n e w   I m a g e ( ) ;     i m g [ 3 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 2 _ 2 . g i f " ;  
 	 	 i m g [ 4 ]   =   n e w   I m a g e ( ) ;     i m g [ 4 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 3 _ 1 . g i f " ;  
 	 	 i m g [ 5 ]   =   n e w   I m a g e ( ) ;     i m g [ 5 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 3 _ 2 . g i f " ;  
 	 	 i m g [ 6 ]   =   n e w   I m a g e ( ) ;     i m g [ 6 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 4 _ 1 . g i f " ;  
 	 	 i m g [ 7 ]   =   n e w   I m a g e ( ) ;     i m g [ 7 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 4 _ 2 . g i f " ;  
 	 	 i m g [ 8 ]   =   n e w   I m a g e ( ) ;     i m g [ 8 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 5 _ 1 . g i f " ;  
 	 	 i m g [ 9 ]   =   n e w   I m a g e ( ) ;     i m g [ 9 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 5 _ 2 . g i f " ;  
 	 	 i m g [ 1 0 ]   =   n e w   I m a g e ( ) ;     i m g [ 1 0 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 6 _ 1 . g i f " ;  
 	 	 i m g [ 1 1 ]   =   n e w   I m a g e ( ) ;     i m g [ 1 1 ] . s r c   =   " i m a g e s / m e n u b a r / m e n u 6 _ 2 . g i f " ;  
  
 	 	 i m g [ 9 0 ]   =   n e w   I m a g e ( ) ;     i m g [ 9 0 ] . s r c   =   " i m a g e s / f l a s h - o p e n . g i f " ;  
 	 	 i m g [ 9 1 ]   =   n e w   I m a g e ( ) ;     i m g [ 9 1 ] . s r c   =   " i m a g e s / f l a s h - o p e n 2 . g i f " ;  
 	 	 i m g [ 9 2 ]   =   n e w   I m a g e ( ) ;     i m g [ 9 2 ] . s r c   =   " i m a g e s / e - f l a s h - o p e n . g i f " ;  
 	 	 i m g [ 9 3 ]   =   n e w   I m a g e ( ) ;     i m g [ 9 3 ] . s r c   =   " i m a g e s / e - f l a s h - o p e n 2 . g i f " ;  
 	 	 i m g [ 9 4 ]   =   n e w   I m a g e ( ) ;     i m g [ 9 4 ] . s r c   =   " i m a g e s / g a l l e r y - o p e n . g i f " ;  
 	 	 i m g [ 9 5 ]   =   n e w   I m a g e ( ) ;     i m g [ 9 5 ] . s r c   =   " i m a g e s / g a l l e r y - o p e n 2 . g i f " ;  
 	 }  
 }  
 f u n c t i o n   f l a s h O p e n ( s t r U r l , w i n I d , h , w ) {  
 	 v a r   s t r W i n d o w = " h e i g h t = "   +   h   +   " , w i d t h = "   +   w   +   " , m e n u b a r = n o , t o o l b a r s = n o , s c r o l l b a r s = n o " ;  
 	 w i n d o w . o p e n ( " " , w i n I d , s t r W i n d o w ) ;  
 }  
 f u n c t i o n   b a l l o o n O p e n ( i m a g e U r l ) {  
 	 w i n d o w . o p e n ( " " , " b a l l o o n " , " b a c k g r o u n d - c o l o r = ' # 0 0 0 0 0 0 '   h e i g h t = 4 9 5 , w i d t h = 4 0 0 , m e n u b a r = n o , t o o l b a r s = n o , s c r o l l b a r s = n o " ) ;  
 }  
 f u n c t i o n   c h a n g e S i z e ( w , h ) {  
 	 w i n d o w . r e s i z e T o ( w , h )  
 }  
  
 f u n c t i o n   d i a l o g O p e n ( u r l , w , h , n a m ) {  
 	 v a r   s t r W i n d o w = " h e i g h t = "   +   h   +   " , w i d t h = "   +   w   +   " , m e n u b a r = n o , r e s i z a b l e = y e s , t o o l b a r s = n o , s c r o l l b a r s = y e s " ;  
 	 w i n d o w . o p e n ( u r l , n a m , s t r W i n d o w ) ;  
 }  
 
