ÿþ  / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
 * 	 ( c )   G e r   V e r s l u i s   2 0 0 0   v e r s i o n   1 3 . 0 0   2 7   J u n e   2 0 0 4                     *  
 * 	 Y o u   m a y   u s e   t h i s   s c r i p t   o n   n o n   c o m m e r c i a l   s i t e s . 	                     *  
 * 	 w w w . b u r m e e s . n l / m e n u 	 	 	                     *  
 * 	 Y o u   m a y   r e m o v e   a l l   c o m m e n t s   f o r   f a s t e r   l o a d i n g 	                     * 	 	  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
 	 v a r   N o O f f F i r s t L i n e M e n u s = 5 ; 	 	 	 / /   N u m b e r   o f   m a i n   m e n u     i t e m s  
 	 	 	 	 	 	 / /   C o l o r v a r i a b l e s :  
 	 	 	 	 	 	 / /   C o l o r   v a r i a b l e s   t a k e   H T M L   p r e d e f i n e d   c o l o r   n a m e s   o r   " # r r g g b b "   s t r i n g s  
 	 	 	 	 	 	 / / F o r   t r a n s p a r e n c y   m a k e   c o l o r s   a n d   b o r d e r   c o l o r   " "  
 	 v a r   L o w B g C o l o r = " # C C E 2 E D " ; 	 	 	 / /   B a c k g r o u n d   c o l o r   w h e n   m o u s e   i s   n o t   o v e r  
 	 v a r   H i g h B g C o l o r = " # 7 D A 0 B 5 " ; 	 	 	 / /   B a c k g r o u n d   c o l o r   w h e n   m o u s e   i s   o v e r  
 	 v a r   F o n t L o w C o l o r = " # 1 D 3 A 4 8 " ; 	 	 	 / /   F o n t   c o l o r   w h e n   m o u s e   i s   n o t   o v e r  
 	 v a r   F o n t H i g h C o l o r = " # 1 D 3 A 4 8 " ; 	 	 	 / /   F o n t   c o l o r   w h e n   m o u s e   i s   o v e r  
 	 v a r   B o r d e r C o l o r = " # F F F F F F " ; 	 	 	 / /   B o r d e r   c o l o r  
 	 v a r   B o r d e r W i d t h M a i n = 0 ; 	 	 	 / /   B o r d e r   w i d t h   m a i n   i t e m s  
 	 v a r   B o r d e r W i d t h S u b = 1 ; 	 	 	 / /   B o r d e r   w i d t h   s u b   i t e m s  
   	 v a r   B o r d e r B t w n M a i n = 1 ; 	 	 	 / /   B o r d e r   w i d t h   b e t w e e n   e l e m e n t s   m a i n   i t e m s  
 	 v a r   B o r d e r B t w n S u b = 1 ; 	 	 	 / /   B o r d e r   w i d t h   b e t w e e n   e l e m e n t s   s u b   i t e m s  
 	 v a r   F o n t F a m i l y = " a r i a l " ; 	 / /   F o n t   f a m i l y   m e n u   i t e m s  
 	 v a r   F o n t S i z e = 1 1 ; 	 	 	 	 / /   F o n t   s i z e   m e n u   i t e m s  
 	 v a r   F o n t B o l d = 1 ; 	 	 	 	 / /   B o l d   m e n u   i t e m s   1   o r   0  
 	 v a r   F o n t I t a l i c = 0 ; 	 	 	 	 / /   I t a l i c   m e n u   i t e m s   1   o r   0  
 	 v a r   M e n u T e x t C e n t e r e d = " l e f t " ; 	 	 / /   I t e m   t e x t   p o s i t i o n   l e f t ,   c e n t e r   o r   r i g h t  
 	 v a r   M e n u C e n t e r e d = " l e f t " ; 	 	 	 / /   M e n u   h o r i z o n t a l   p o s i t i o n   c a n   b e :   l e f t ,   c e n t e r ,   r i g h t  
 	 v a r   M e n u V e r t i c a l C e n t e r e d = " t o p " ; 	 	 / /   M e n u   v e r t i c a l   p o s i t i o n   t o p ,   m i d d l e , b o t t o m   o r   s t a t i c  
 	 v a r   C h i l d O v e r l a p = . 2 ; 	 	 	 / /   h o r i z o n t a l   o v e r l a p   c h i l d /   p a r e n t  
 	 v a r   C h i l d V e r t i c a l O v e r l a p = . 2 ; 	 	 	 / /   v e r t i c a l   o v e r l a p   c h i l d /   p a r e n t  
 	 v a r   S t a r t T o p = 2 5 ; 	 	 	 	 / /   M e n u   o f f s e t   x   c o o r d i n a t e  
 	 v a r   S t a r t L e f t = 0 ; 	 	 	 	 / /   M e n u   o f f s e t   y   c o o r d i n a t e  
 	 v a r   V e r C o r r e c t = 0 ; 	 	 	 	 / /   M u l t i p l e   f r a m e s   y   c o r r e c t i o n  
 	 v a r   H o r C o r r e c t = - 1 5 0 ; 	 	 	 	 / /   M u l t i p l e   f r a m e s   x   c o r r e c t i o n  
 	 v a r   D i s t F r m F r a m e B r d r = 0 ; 	 	 	 / /   D i s t a n c e   b e t w e e n   m a i n   m e n u   a n d   f r a m e   b o r d e r  
 	 v a r   L e f t P a d d n g = 3 ; 	 	 	 	 / /   L e f t   p a d d i n g  
 	 v a r   T o p P a d d n g = 2 ; 	 	 	 	 / /   T o p   p a d d i n g .   I f   s e t   t o   - 1   t e x t   i s   v e r t i c a l l y   c e n t e r e d  
 	 v a r   F i r s t L i n e H o r i z o n t a l = 1 ; 	 	 	 / /   N u m b e r   d e f i n e s   t o   w h i c h   l e v e l   t h e   m e n u   m u s t   u n f o l d   h o r i z o n t a l ;   0   i s   a l l   v e r t i c a l  
 	 v a r   M e n u F r a m e s V e r t i c a l = 1 ; 	 	 	 / /   F r a m e s   i n   c o l s   o r   r o w s   1   o r   0  
 	 v a r   D i s s a p e a r D e l a y = 1 0 0 0 ; 	 	 	 / /   d e l a y   b e f o r e   m e n u   f o l d s   i n  
 	 v a r   U n f o l d D e l a y = 1 0 0 ; 	 	 	 / /   d e l a y   b e f o r e   s u b   u n f o l d s 	  
 	 v a r   T a k e O v e r B g C o l o r = 1 ; 	 	 	 / /   M e n u   f r a m e   t a k e s   o v e r   b a c k g r o u n d   c o l o r   s u b i t e m   f r a m e  
 	 v a r   F i r s t L i n e F r a m e = " m e n u F r a m e " ; 	 	 	 / /   F r a m e   w h e r e   f i r s t   l e v e l   a p p e a r s  
 	 v a r   S e c L i n e F r a m e = " a l t F r a m e " ; 	 	 	 / /   F r a m e   w h e r e   s u b   l e v e l s   a p p e a r  
 	 v a r   D o c T a r g e t F r a m e = " a l t F r a m e " ; 	 	 / /   F r a m e   w h e r e   t a r g e t   d o c u m e n t s   a p p e a r  
 	 v a r   T a r g e t L o c = " " ; 	 	 	 	 / /   s p a n   i d   f o r   r e l a t i v e   p o s i t i o n i n g  
 	 v a r   M e n u W r a p = 1 ; 	 	 	 	 / /   e n a b l e s /   d i s a b l e s   m e n u   w r a p   1   o r   0  
 	 v a r   R i g h t T o L e f t = 0 ; 	 	 	 	 / /   e n a b l e s /   d i s a b l e s   r i g h t   t o   l e f t   u n f o l d   1   o r   0  
 	 v a r   B o t t o m U p = 0 ; 	 	 	 	 / /   e n a b l e s /   d i s a b l e s   B o t t o m   u p   u n f o l d   1   o r   0  
 	 v a r   U n f o l d s O n C l i c k = 0 ; 	 	 	 / /   L e v e l   1   u n f o l d s   o n c l i c k /   o n m o u s e o v e r  
 	 v a r   B a s e H r e f = " h t t p : / / w w w . k h o . e d u . t r / m u l t i m e d y a g a l e r i s i / " ; 	 	 	 	 / /   B a s e H r e f   l e t s   y o u   s p e c i f y   t h e   r o o t   d i r e c t o r y   f o r   r e l a t i v e   l i n k s .    
 	 	 	 	 	 	 / /   T h e   s c r i p t   p r e c e d e s   y o u r   r e l a t i v e   l i n k s   w i t h   B a s e H r e f  
 	 	 	 	 	 	 / /   F o r   i n s t a n c e :    
 	 	 	 	 	 	 / /   w h e n   y o u r   B a s e H r e f =   " h t t p : / / w w w . M y D o m a i n / "   a n d   a   l i n k   i n   t h e   m e n u   i s   " s u b d i r / M y F i l e . h t m " ,  
 	 	 	 	 	 	 / /   t h e   s c r i p t   r e n d e r s   t o :   " h t t p : / / w w w . M y D o m a i n / s u b d i r / M y F i l e . h t m "  
 	 	 	 	 	 	 / /   C a n   a l s o   b e   u s e d   w h e n   y o u   u s e   i m a g e s   i n   t h e   t e x t f i e l d s   o f   t h e   m e n u  
 	 	 	 	 	 	 / /   " M e n u X = n e w   A r r a y ( " < i m g   s r c = \ " " + B a s e H r e f + " M y I m a g e \ " > "  
 	 	 	 	 	 	 / /   F o r   t e s t i n g   o n   y o u r   h a r d d i s k   u s e   s y n t a x   l i k e :   B a s e H r e f = " f i l e : / / / C | / M y F i l e s / H o m e p a g e / "  
  
 	 v a r   A r r w s = [ B a s e H r e f + " _ i m a g e s / o k _ 0 1 . g i f " , 8 , 2 0 , B a s e H r e f + " " , 1 0 , 5 , B a s e H r e f + " " , 5 , 1 0 , B a s e H r e f + " " , 1 0 , 5 ] ;  
  
 	 	 	 	 	 	 / /   A r r o w   s o u r c e ,   w i d t h   a n d   h e i g h t .  
 	 	 	 	 	 	 / /   I f   a r r o w   i m a g e s   a r e   n o t   n e e d e d   k e e p   s o u r c e   " "  
  
 	 v a r   M e n u U s e s F r a m e s = 1 ; 	 	 	 / /   M e n u U s e s F r a m e s   i s   o n l y   0   w h e n   M a i n   m e n u ,   s u b m e n u s ,  
 	 	 	 	 	 	 / /   d o c u m e n t   t a r g e t s   a n d   s c r i p t   a r e   i n   t h e   s a m e   f r a m e .  
 	 	 	 	 	 	 / /   I n   a l l   o t h e r   c a s e s   i t   m u s t   b e   1  
  
 	 v a r   R e m e m b e r S t a t u s = 0 ; 	 	 	 / /   R e m e m b e r S t a t u s :   W h e n   s e t   t o   1 ,   m e n u   u n f o l d s   t o   t h e   p r e s e t t e d   m e n u   i t e m .    
 	 	 	 	 	 	 / /   W h e n   s e t   t o   2   o n l y   t h e   r e l e v a n t   m a i n   i t e m   s t a y s   h i g h l i g t h e d  
 	 	 	 	 	 	 / /   T h e   p r e s e t   i s   d o n e   b y   s e t t i n g   a   v a r i a b l e   i n   t h e   h e a d   s e c t i o n   o f   t h e   t a r g e t   d o c u m e n t .  
 	 	 	 	 	 	 / /   < h e a d >  
 	 	 	 	 	 	 / / 	 < s c r i p t   t y p e = " t e x t / j a v a s c r i p t " > v a r   S e t M e n u = " 2 _ 2 _ 1 " ; < / s c r i p t >  
 	 	 	 	 	 	 / /   < / h e a d >  
 	 	 	 	 	 	 / /   2 _ 2 _ 1   r e p r e s e n t s   t h e   m e n u   i t e m   M e n u 2 _ 2 _ 1 = n e w   A r r a y ( . . . . . . .  
  
 	 	 	 	 	 	 / /   B e l o w   s o m e   p r e t t y   u s e l e s s   e f f e c t s ,   s i n c e   o n l y   I E 6 +   s u p p o r t s   t h e m  
 	 	 	 	 	 	 / /   I   p r o v i d e d   3   e f f e c t s :   M e n u S l i d e ,   M e n u S h a d o w   a n d   M e n u O p a c i t y  
 	 	 	 	 	 	 / /   I f   y o u   d o n ' t   n e e d   M e n u S l i d e   j u s t   l e a v e   i n   t h e   l i n e   v a r   M e n u S l i d e = " " ;  
 	 	 	 	 	 	 / /   d e l e t e   t h e   o t h e r   M e n u S l i d e   s t a t e m e n t s  
 	 	 	 	 	 	 / /   I n   g e n e r a l   l e a v e   t h e   M e n u S l i d e   y o u   n e e d   i n   a n d   d e l e t e   t h e   o t h e r s .  
 	 	 	 	 	 	 / /   A b o v e   i s   a l s o   v a l i d   f o r   M e n u S h a d o w   a n d   M e n u O p a c i t y  
 	 	 	 	 	 	 / /   Y o u   c a n   a l s o   u s e   o t h e r   e f f e c t s   b y   s p e c i f y i n g   a n o t h e r   f i l t e r   f o r   M e n u S h a d o w   a n d   M e n u O p a c i t y .  
 	 	 	 	 	 	 / /   Y o u   c a n   a d d   m o r e   f i l t e r s   b y   c o n c a n a t i n g   t h e   s t r i n g s  
 	 v a r   B u i l d O n D e m a n d = 0 ; 	 	 	 / /   1 / 0   W h e n   s e t   t o   1   t h e   s u b   m e n u s   a r e   b u i l d   w h e n   t h e   p a r e n t   i s   m o u s e d   o v e r  
 	 v a r   B g I m g L e f t O f f s e t = 5 ; 	 	 	 / /   O n l y   r e l e v a n t   w h e n   b g   i m a g e   i s   u s e d   a s   r o l l o v e r  
 	 v a r   S c a l e M e n u = 0 ; 	 	 	 	 / /   1 / 0   W h e n   s e t   t o   0   M e n u   s c a l e s   w i t h   b r o w s e r   t e x t   s i z e   s e t t i n g  
  
 	 v a r   H o o v e r B o l d = 0 ; 	 	 	 	 / /   1   o r   0  
 	 v a r   H o o v e r I t a l i c = 0 ; 	 	 	 	 / /   1   o r   0  
 	 v a r   H o o v e r U n d e r L i n e = 0 ; 	 	 	 / /   1   o r   0  
 	 v a r   H o o v e r T e x t S i z e = 0 ; 	 	 	 / /   0 = o f f ,   n u m b e r   i s   f o n t   s i z e   d i f f e r e n c e   o n   h o o v e r  
 	 v a r   H o o v e r V a r i a n t = 0 ; 	 	 	 / /   1   o r   0  
  
 	 v a r   M e n u S l i d e = " " ;  
 	 v a r   M e n u S l i d e = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . R e v e a l T r a n s ( d u r a t i o n = . 5 ,   t r a n s i t i o n = 1 9 ) " ;  
 	 v a r   M e n u S l i d e = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . G r a d i e n t W i p e ( d u r a t i o n = . 5 ,   w i p e S t y l e = 1 ) " ;  
  
 	 v a r   M e n u S h a d o w = " " ;  
 	 v a r   M e n u S h a d o w = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . D r o p S h a d o w ( c o l o r = # 8 8 8 8 8 8 ,   o f f X = 2 ,   o f f Y = 2 ,   p o s i t i v e = 1 ) " ;  
 	 v a r   M e n u S h a d o w = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . S h a d o w ( c o l o r = # 8 8 8 8 8 8 ,   d i r e c t i o n = 1 3 5 ,   s t r e n g t h = 3 ) " ;  
  
 	 v a r   M e n u O p a c i t y = " " ;  
 	 v a r   M e n u O p a c i t y = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . A l p h a ( o p a c i t y = 7 5 ) " ;  
  
 	 f u n c t i o n   B e f o r e S t a r t ( ) { r e t u r n }    
 	 f u n c t i o n   A f t e r B u i l d ( ) { r e t u r n }  
 	 f u n c t i o n   B e f o r e F i r s t O p e n ( ) { r e t u r n }  
 	 f u n c t i o n   A f t e r C l o s e A l l ( ) { r e t u r n }  
  
 / /   M e n u   t r e e :  
 / /   M e n u X = n e w   A r r a y ( " I t e m T e x t " , " L i n k " , " b a c k g r o u n d   i m a g e " , n u m b e r   o f   s u b   e l e m e n t s , h e i g h t , w i d t h , " b g c o l o r " , " b g h i g h c o l o r " ,  
 / / 	 " f o n t c o l o r " , " f o n t h i g h c o l o r " , " b o r d e r c o l o r " , " f o n t f a m i l y " , f o n t s i z e , f o n t b o l d , f o n t i t a l i c , " t e x t a l i g n " , " s t a t u s t e x t " ) ;  
 / /   C o l o r   a n d   f o n t   v a r i a b l e s   d e f i n e d   i n   t h e   m e n u   t r e e   t a k e   p r e c e d e n c e   o v e r   t h e   g l o b a l   v a r i a b l e s  
 / /   F o n t s i z e ,   f o n t b o l d   a n d   f o n t i t a l i c   a r e   i g n o r e d   w h e n   s e t   t o   - 1 .  
 / /   F o r   r o l l o v e r   i m a g e s   I t e m T e x t   o r   b a c k g r o u n d   i m a g e   f o r m a t   i s :     " r o l l o v e r ? " + B a s e H r e f + " I m a g e 1 . j p g ? " + B a s e H r e f + " I m a g e 2 . j p g "    
  
 	 M e n u 1 = n e w   A r r a y ( " A n 1t l a r   v e   H e y k e l l e r " , " " , " " , 4 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 1 _ 1 = n e w   A r r a y ( " A t a t ü r k   v e   H a r b i y e l i   A n 1t 1" , " j a v a s c r i p t : t o p . l o c a t i o n . h r e f = \ " t a n i t i m / H a r b i y e l i v e A t a t u r k A n i t i / i n d e x . h t m \ " " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 1 _ 2 = n e w   A r r a y ( " H a r b i y e l i   _e h i t l e r   A n 1t 1" , " j a v a s c r i p t : t o p . l o c a t i o n . h r e f = \ " t a n i t i m / H a r b i y e l i S e h i t l e r A n i t i / i n d e x . h t m \ " " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 1 _ 3 = n e w   A r r a y ( " H a r b i y e l i   A t a t ü r k   H e y k e l i " , " j a v a s c r i p t : t o p . l o c a t i o n . h r e f = \ " t a n i t i m / H a r b i y e l i A t a H e y k e l i / i n d e x . h t m \ " " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 1 _ 4 = n e w   A r r a y ( " S ü v a r i   H e y k e l i " , " j a v a s c r i p t : t o p . l o c a t i o n . h r e f = \ " t a n i t i m / S u v a r i H e y k e l i / i n d e x . h t m \ " " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 M e n u 2 = n e w   A r r a y ( " K H O   T a n 1t 1m   F i l m l e r i " , " " , " " , 3 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	         M e n u 2 _ 1 = n e w   A r r a y ( " T a n 1t 1m   F i l m i " , " i n d e x 4 . h t m " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	         M e n u 2 _ 2 = n e w   A r r a y ( " B a _v u r u   T a n 1t 1m   F i l m i " , " h t t p : / / w w w . k h o . e d u . t r / k h o b i l g i / b a s v u r u / 2 0 0 9 / d e f a u l t 1 . h t m " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
   	 	 M e n u 2 _ 3 = n e w   A r r a y ( " G e n e l   T a n 1t 1m   F i l m i " , " h t t p : / / w w w . k h o . e d u . t r / k h o b i l g i / b a s v u r u / 2 0 0 9 / d e f a u l t 2 . h t m " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 	 M e n u 3 = n e w   A r r a y ( " A t a t ü r k   R e s i m l e r i " , " . . / a t a s a y f a / f o t o g a t a / g e n c l i k / i n d e x . h t m " , " " , 7 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 3 _ 1 = n e w   A r r a y ( " G e n ç l i k   D ö n e m i " , " . . / a t a s a y f a / f o t o g a t a / g e n c l i k / i n d e x . h t m " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 3 _ 2 = n e w   A r r a y ( " K u r t u l u _  S a v a _1  D ö n e m i " , " . . / a t a s a y f a / f o t o g a t a / k u r t u l u s s a v a s i / i n d e x . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 3 _ 3 = n e w   A r r a y ( " C u m h u r i y e t   D ö n e m i " , " . . / a t a s a y f a / f o t o g a t a / c u m h u r i y e t d o n e m i / i n d e x . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 3 _ 4 = n e w   A r r a y ( " D e v r i m l e r   D ö n e m i " , " . . / a t a s a y f a / f o t o g a t a / d e v r i m l e r d o n e m i / i n d e x . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 3 _ 5 = n e w   A r r a y ( " Y e n i   A t a t ü r k   F o t o r a f l a r 1" , " . . / a t a s a y f a / f o t o g a t a / y e n i r e s i m l e r / i n d e x . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 3 _ 6 = n e w   A r r a y ( " R e n k l e n d i r i l m i _  F o t o r a f l a r " , " . . / a t a s a y f a / f o t o g a t a / r e n k l e n d i r i l m i s / i n d e x . h t m " , " " , 0 , 3 5 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 3 _ 7 = n e w   A r r a y ( " G ö r ü n t ü l e r l e   A t a t ü r k " , " . . / a t a s a y f a / f o t o g a t a / g o r u n t a t a / i n d e x . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 M e n u 4 = n e w   A r r a y ( " E k r a n   K o r u y u c u l a r " , " i n d e x 2 . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 M e n u 5 = n e w   A r r a y ( " M a r _l a r " , " m a r s l a r / i n d e x . h t m " , " " , 3 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 5 _ 1 = n e w   A r r a y ( " 0s t i k l a l   M a r _1" , " m a r s l a r / i n d e x . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 5 _ 2 = n e w   A r r a y ( " 1 0 n c u   Y 1l   M a r _1" , " m a r s l a r / i n d e x 2 . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 	 	 M e n u 5 _ 3 = n e w   A r r a y ( " K H O   M a r _1" , " . . / k h o b i l g i / m a r s / i n d e x . h t m " , " " , 0 , 2 0 , 1 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ; 
