ÿþ  / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
 * 	 ( 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 . 1 0   A u g u s t   1 ,   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 = 7 ; 	 	 	 / /   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 = " # F 2 F 5 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 8 9 E C 2 " ; 	 	 	 / /   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 = " # 4 7 7 5 9 E " ; 	 	 	 / /   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 = " # f f f f f f " ; 	 	 	 / /   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 = " # C D C B B E " ; 	 	 	 / /   B o r d e r   c o l o r  
 	 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 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 = 0 ; 	 	 	 / /   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  
 	 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 = " V e r d a n a " ; 	 / /   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 4 ; 	 	 	 	 / /   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 = 0 ; 	 	 	 	 / /   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 = 0 ; 	 	 	 / /   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 = 0 ; 	 	 	 / /   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   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 = 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 = 5 ; 	 	 	 	 / /   L e f t   p a d d i n g  
 	 v a r   T o p P a d d n g = 3 ; 	 	 	 / /   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 = " " ; 	 	 	 / /   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 = " " ; 	 	 	 / /   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 = " " ; 	 	 	 / /   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   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 = " " ; 	 	 	 	 / /   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 / t r i . g i f " , 1 0 , 1 6 , B a s e H r e f + " t r i d o w n . g i f " , 1 0 , 5 , B a s e H r e f + " . . / i m a g e s / t r i . g i f " , 1 0 , 1 6 , B a s e H r e f + " t r i u p . g i 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 = 0 ; 	 	 	 / /   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 = 1 ; 	 	 	 / /   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 = 1 ; 	 	 	 / /   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 = . 1 ,   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 = . 1 ,   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 = 0 ) " ;  
  
 	 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 = 1 0 0 ) " ;  
  
 	 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 ( " r o l l o v e r ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 1 . g i f ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 1 . g i f " , " # " , " " , 7 , 2 6 , 1 0 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " ? ? ? ? ? ?       ? ?     ? ? ? ?     ? ? ?   " ) ;  
 	 M e n u 1 _ 1 = n e w   A r r a y ( " *	0	?		/	" , " a b o u t _ u s . h t m " , " " , 0 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " I n t r o d u c t i o n " ) ;  
 	 M e n u 1 _ 2 = n e w   A r r a y ( " 8			 	(	>	$	M	.		      "	>			>	" , " a b o u t _ o r g a n i s a t i o n . h t m l " , " " , 0 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " O r g a n i z a t i o n a l   s e t u p " ) ;  
  
 	 M e n u 1 _ 3 = n e w   A r r a y ( " 8	.	?	$	?	/	>		  " , " # " , " " , 1 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " C o m m i t t i e s " ) ;  
 	 	 / / c o m m e n t e d   o n   3 0   a p r i l   0 8 M e n u 1 _ 3 _ 1 = n e w   A r r a y ( " B R P C " , " u n i q u e p a g e . a s p ? i d _ p k = 7 " , " " , 0 , 2 0 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B R P C " ) ;  
 	 	 / / c o m m e n t e d   o n   3 0   a p r i l   0 8 M e n u 1 _ 3 _ 2 = n e w   A r r a y ( " S A C ( O ) " , " u n i q u e p a g e . a s p ? i d _ p k = 8 " , " " , 0 , 2 0 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " S A C ( O ) " ) ;  
 	 	 / / c o m m e n t e d   o n   3 0   a p r i l   0 8 M e n u 1 _ 3 _ 3 = n e w   A r r a y ( " ( P A C )   o f   t h e   C e n t r e s   o f   E x c e l l e n c e   i n   a r e a s   o f   B i o t e c h n o l o g y " , " u n i q u e p a g e . a s p ? i d _ p k = 9 " , " " , 0 , 3 2 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " S A C ( D B T ) " ) ;  
 	 	 M e n u 1 _ 3 _ 1 = n e w   A r r a y ( " 	>	0	M	/	&	2	" , " a b o u t _ s t e r a t i g y . h t m l " , " " , 0 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " T A S K F O R C E S " ) ;  
 	  
 	 M e n u 1 _ 4 = n e w   A r r a y ( " 	'	?	&	G	6	" , " a b o u t _ m a n d a t e . h t m l " , " " , 0 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " M a n d a t e " ) ;  
 	 / /   c o m m e n t e d   o n   3 0   a p r i l   0 8 M e n u 1 _ 5 = n e w   A r r a y ( " V i s i o n " , " u n i q u e p a g e . a s p ? i d _ p k = 1 1 " , " " , 0 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " V i s i o n " ) ;  
 	 M e n u 1 _ 5 = n e w   A r r a y ( " 	>	0	M	/	(	@	$	?	" , " u n i q u e p a g e . a s p ? i d _ p k = 1 2 " , " " , 0 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " S t r a t e g y " ) ;  
 	    
 	 M e n u 1 _ 6 = n e w   A r r a y ( " (	K	!	2	    	'	?		>	0	@	  " , " a b o u t _ n o d a l s t a t e . h t m l " , " " , 2 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N o d a l   O f f i c e r s " ) ;  
 	 / / M e n u 1 _ 6 _ 1 = n e w   A r r a y ( " C o u n t r y   N o d a l   O f f i c e r s " , " u n i q u e p a g e . a s p ? i d _ p k = 2 8 7 " , " " , 0 , 2 5 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " C o u n t r y   N o d a l " ) ;  
 	 	 M e n u 1 _ 6 _ 1 = n e w   A r r a y ( " 0	>		M	/	    (	K	!	2	      	'	?		>	0	@	" , " a b o u t _ n o d a l s t a t e . h t m l " , " " , 0 , 2 5 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " S t a t e   N o d a l   O f f i c e r s " ) ;  
 	 	 M e n u 1 _ 6 _ 2 = n e w   A r r a y ( " 	M	7	G	$	M	0	@	/	    (	K	!	2	    	'	?		>	0	@	  " , " a b o u t _ n o d a l a r e a . h t m l " , " " , 0 , 2 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " A r e a   N o d a l   O f f i c e r s " ) ;  
 	 M e n u 1 _ 7 = n e w   A r r a y ( " 9	?	(	M	&	@	    *	M	0		K	7	M	 	" , " a b o u t _ h i n d c e l l . h t m l " , " " , 0 , 3 5 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " H i n d i   c e l l " ) ;  
 	  
  
 M e n u 2 = n e w   A r r a y ( " r o l l o v e r ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 3 . g i f ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 3 . g i f " , " # " , " " , 1 4 , 2 6 , 7 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P r o g r a m m e s " ) ;  
 	 M e n u 2 _ 1 = n e w   A r r a y ( " .	>	(	5	    8		8	>	'	(	    5	?		>	8	" , " p r o g r a m _ h u m a n . h t m                                         " , " " , 0 , 3 0 , 1 8 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " I n t e r n a t i o n a l   C o l l a b r a t i o n " ) ;  
 	 M e n u 2 _ 2 = n e w   A r r a y ( " 		$	0	M	0	>	7	M		M	0	@	/	      8	9	/	K		" , " p r o g r a m _ i n t e r n a t i o n a l _ c o l l a b o r a t i o n . h t m " , " " , 0 , 3 0 , 1 8 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " H u m a n   R e s o u r c e   D e v e l o p m e n t " ) ;  
 	 M e n u 2 _ 3 = n e w   A r r a y ( " ,	>	/	K		G		      *	>	0	M		" , " p r o g r a m _ b i o t e c _ p a r k . h t m " , " " , 0 , 2 0 , 1 8 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o t e c h   P a r k " ) ;  
 	 M e n u 2 _ 4 = n e w   A r r a y ( " 	5	8		0		(	>	      8	A	5	?	'	>			" , " p r o g r a m _ i n f r a _ f a c i l i t i e s . h t m " , " " , 1 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " I n f r a s t u c t u r e   F a c i l i t i e s " ) ;  
 	 	 	 M e n u 2 _ 4 _ 1 = n e w   A r r a y ( " 	5	8		0		(	>	      8	A	5	?	'	>			" , " p r o g r a m _ i n f r a _ f a c i l i t i e s . h t m " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o t e c h   F a c i l i t i e s " ) ;  
 	 	 	 / / M e n u 2 _ 4 _ 2 = n e w   A r r a y ( " P r o g r a m m e   S u p p o r t   &   C e n t e r   f o r   E x c e l l e n c e " , " u n i q u e p a g e . a s p ? i d _ p k = 2 0 " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P r o g r a m m e   S u p p o r t   &   C e n t e r   f o r   E x c e l l e n c e " ) ; 	 	  
 	 	 	  
 	 M e n u 2 _ 5 = n e w   A r r a y ( " R e s e a r c h   &   D e v e l o p m e n t " , " u n i q u e p a g e . a s p ? i d _ p k = 2 1 " , " " , 1 6 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " R e s e a r c h   &   D e v e l o p m e n t " ) ;  
 	 	 	 	  
 	 	 	 	 M e n u 2 _ 5 _ 1 = n e w   A r r a y ( " 	(	A	8		'	>	(	    	5		  5	?		>	8	" , " p r o g r a m _ r n d _ a g r i c u l t u r e . h t m " , " " , 0 , 3 0 , 2 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " A g r i c u l t u r e " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 2 = n e w   A r r a y ( " 	(	M	 $	A	  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " p r o g r a m _ r n d _ a n i m a l _ b i o . h t m " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " A n i m a l   B i o t e c h n o l o g y " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 3 = n e w   A r r a y ( " 	2	  8		5	0	M	'	(	  	0	  8	.	A	&	M	0	@	  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " p r o g r a m _ r n d _ a q u a c u l t u r e . h t m " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " A q u a c u l t u r e " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 4 = n e w   A r r a y ( " .	B	2	-	B	$	  	(	A	8		'	>	(	  	0	  		-	0	$	G	  9	A		  	M	7	G	$	M	0	" , " p r o g r a m _ r n d _ b a s i c _ r e s e a r c h . h t m " , " " , 0 , 3 0 , 2 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B a s i c   R e s e a r c h " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 5 = n e w   A r r a y ( " 	H	5	  		0	M	5	0		" , " p r o g r a m _ r n d _ b i o f e r t i l i z e r . h t m " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o f e r t i l i z e r s " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 6 = n e w   A r r a y ( " 	H	5	  *	@	!	<		(	>	6	@	  	0	  +	8	2	  *	M	0	,		'	(	" , " p r o g r a m _ r n d _ b i o p e s t i c i d e s . h t m " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o p e s t i c i d e s   &   C r o p   M a n a g e m e n t " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 7 = n e w   A r r a y ( " ,	>	/	K		G		    		$	M	 *	>	&	  	0	  *	M	0		M	0	.	  5	?		>	8	" , " p r o g r a m _ r n d _ b i o t e c h p r o d u c t s . h t m " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o t e c h   P r o d u c t   &   P r o c e s s   D e v e l o p m e n t " ) ;  
 	 	 	 	  
 	 	 	 	 M e n u 2 _ 5 _ 8 = n e w   A r r a y ( " 	7	'	@	/	  $	%	>	  8	A			'	?	$	  *	L	'	K		  	G	  2	?		  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " p r o g r a m _ r n d _ b i o t e c h _ m e d i c i n a l . h t m " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o t e c h   P r o d u c t   &   P r o c e s s   D e v e l o p m e n t " ) ;  
 	 	 	 	  
 	 	 	 	 M e n u 2 _ 5 _ 9 = n e w   A r r a y ( " +	8	2	  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " u n i q u e p a g e . a s p ? i d _ p k = 2 8 " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " C r o p   B i o t e c h n o l o g y " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 1 0 = n e w   A r r a y ( " *	0	M	/	>	5	0	#	@	/	  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " u n i q u e p a g e . a s p ? i d _ p k = 2 9 " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " E n v i r o n m e n t   B i o t e c h n o l o g y " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 1 1 = n e w   A r r a y ( " 	>	&	M	/	  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " u n i q u e p a g e . a s p ? i d _ p k = 3 0 " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " F o o d   B i o t e c h n o l o g y " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 1 2 = n e w   A r r a y ( " .	>	(	5	  	(	A	5	>		6	?		@	  $	%	>	  	@	(	K	.	  5	?	6	M	 2	G	7	#	" , " u n i q u e p a g e . a s p ? i d _ p k = 3 1 " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " H u m a n   G e n e t i c s   &   G e n o m e   A n a l y s i s " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 1 3 = n e w   A r r a y ( " 	?		?	$	M	 8	@	/	  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " u n i q u e p a g e . a s p ? i d _ p k = 3 2 " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P l a n t   B i o t e c h n o l o g y " ) ;  
 	 	 	 	 M e n u 2 _ 5 _ 1 4 = n e w   A r r a y ( " *	>	&	*	  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " u n i q u e p a g e . a s p ? i d _ p k = 3 3 " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P l a n t   B i o t e c h n o l o g y " ) ;  
 	                       	 	   M e n u 2 _ 5 _ 1 5 = n e w   A r r a y ( " 0	G	6	.	  	H	5	  *	M	0	L	&	M	/	K		?		@	" , " u n i q u e p a g e . a s p ? i d _ p k = 3 4 " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " S e r i   B i o t e c h n o l o g y " ) ;  
 	                         	 	 M e n u 2 _ 5 _ 1 6 = n e w   A r r a y ( " 8	M	 $		-	    	K	6	?		>	      	(	A	8		'	>	(	" , " u n i q u e p a g e . a s p ? i d _ p k = 3 5 " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " S t e m   C e l l " ) ;  
 	 	 	  
 	  
 	  
 	  
 	 M e n u 2 _ 6 = n e w   A r r a y ( " 	8	,	@				0			" , " u n i q u e p a g e . a s p ? i d _ p k = 3 6 " , " " , 0 , 2 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " S B I R I " ) ;  
 	  
 	  
 	 M e n u 2 _ 7 = n e w   A r r a y ( " B i o i n f o r m a t i c s " , " u n i q u e p a g e . a s p ? i d _ p k = 3 8 " , " " , 2 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o i n f o r m a t i c s " ) ;  
 	 	 M e n u 2 _ 7 _ 1 = n e w   A r r a y ( " ,	@		@				8	" , " u n i q u e p a g e . a s p ? i d _ p k = 3 8 " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o g r i d " ) ;  
 	 	 M e n u 2 _ 7 _ 2 = n e w   A r r a y ( " ,	@		@				8	" , " u n i q u e p a g e . a s p ? i d _ p k = 3 9 " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B T I S n e t " ) ;  
 	 	  
 	 M e n u 2 _ 8 = n e w   A r r a y ( " 0	>	7	M	 	M	0	@	/	  	H	5	- 8		8	>	'	(	  5	?		>	8	  ,	K	0	M	!	" , " p r o g r a m _ b i o b o a r d . h t m " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   B i o s o u r c e   B o a r d " ) ;  
 	 M e n u 2 _ 9 = n e w   A r r a y ( " 	H	5	  		'	(	  	0	  	H	5	
	0	M		>	  " , " p r o g r a m _ b i o f u e l . h t m " , " " , 0 , 3 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o f u e l   a n d   B i o e n e r g y " ) ;  
 	 M e n u 2 _ 1 0 = n e w   A r r a y ( " 		$	M	 	C	7	M	 	$	>	      	G	(	M	 &	M	0	    	0	    	H	5	*	M	0	L	&	M	/	K		?	 	@	        	G	  	M	7	G	$	M	0	    .	G		  	>	0	M	/		M	0	.	      8	9	>	/	$	>	" , " p r o g r a m _ c e n t e r _ e x c i l l e n c e _ p r o g r a m . h t m " , " " , 0 , 8 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o f u e l   a n d   B i o e n e r g y " ) ;  
 	 M e n u 2 _ 1 1 = n e w   A r r a y ( " 	H	5	*	M	0	L	&	M	/	K		?		@	        		$	M	*	>	&	      	5		    *	M	0		M	0	?	/	>	      5	?		>	8	  " , " p r o g r a m _ b i o t e c _ p r o c e s s _ d e v . h t m " , " " , 0 , 3 5 , 1 8 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o t e c h   P r o d u c t   a n d   P r o c e s s   D e v e l o p m e n t " ) ;  
 	 M e n u 2 _ 1 2 = n e w   A r r a y ( " 8	>	.	>		?		      5	?		>	8	      	G	  2	?		    	H	5	*	M	0	L	&	M	/	K		?		@	  " , " p r o g r a m _ s o c i a l _ d e v . h t m " , " " , 0 , 3 0 , 1 8 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " S o c i a l   D e v e l o p m e n t " ) ;  
 	 M e n u 2 _ 1 3 = n e w   A r r a y ( " 0	>	7	M		M	0	@	/	  	/	  5	?		M		>	(	  	8	  		!	  	@	  .	?	6	(	" , " p r o g r a m _ j a y _ v i g y a n . h t m " , " " , 0 , 3 5 , 1 8 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " J a i   V i g y a n " ) ;  
 	 M e n u 2 _ 1 4 = n e w   A r r a y ( " 	H	5	  *	M	0	L	&	M	/	K		?		@	    		8	M	5	  	'	?		>	0	  8	A	5	?	'	>	  *	M	0		K	7	M	 	" , " p r o g r a m _ p a t i e n t . h t m " , " " , 0 , 3 5 , 1 8 5 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P a t e m t   F a c i l a t i n g   C e l l " ) ;  
 	  
 	  
 M e n u 3 = n e w   A r r a y ( " r o l l o v e r ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 2 . g i f ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 2 . g i f " , " # " , " " , 2 , 2 6 , 8 2 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " I n s t i t u t i o n s " ) ;  
 	 M e n u 3 _ 1 = n e w   A r r a y ( " 8	M	 5	>	/	$	M	$	  8		8	M	 %	>	(	" , " i n s t u t i o n s _ a u t o n o m u s . h t m " , " " , 0 , 3 0 , 1 7 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o g r i d " ) ;  
 	 / / M e n u 3 _ 1 _ 1 = n e w   A r r a y ( " C e n t r e   F o r   D N A   F i n g e r p r i n t i n g   A n d   D i a g n o s t i c s   ( C D F D ) ,   H y d e r a b a d   " , " u n i q u e p a g e . a s p ? i d _ p k = 1 2 4 " , " " , 0 , 3 5 , 2 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " C e n t r e   F o r   D N A   F i n g e r p r i n t i n g   A n d   D i a g n o s t i c s   ( C D F D ) ,   H y d e r a b a d   " ) ;  
 	 / / M e n u 3 _ 1 _ 2 = n e w   A r r a y ( " I n s t i t u t e   o f   B i o r e s o u r c e s   a n d   S u s t a i n a b l e   D e v e l o p m e n t     ( I B S D ) ,   I m p h a l ,   M a n i p u r   " , " u n i q u e p a g e . a s p ? i d _ p k = 1 2 5 " , " " , 0 , 3 5 , 1 7 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " I n s t i t u t e   o f   B i o r e s o u r c e s   a n d   S u s t a i n a b l e   D e v e l o p m e n t     ( I B S D ) ,   I m p h a l ,   M a n i p u r   " ) ;  
 	 / / M e n u 3 _ 1 _ 3 = n e w   A r r a y ( " I n s t i t u t e   o f   L i f e   S c i e n c e s ,   B h u v a n e s w a r   " , " u n i q u e p a g e . a s p ? i d _ p k = 1 2 6 " , " " , 0 , 3 0 , 1 7 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " I n s t i t u t e   o f   L i f e   S c i e n c e s ,   B h u v a n e s w a r   " ) ;  
 	 / / M e n u 3 _ 1 _ 4 = n e w   A r r a y ( " N a t i o n a l   I n s t i t u t e   O f   I m m u n o l o g y ,   N e w   D e l h i   " , " u n i q u e p a g e . a s p ? i d _ p k = 1 2 7 " , " " , 0 , 3 0 , 1 7 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   I n s t i t u t e   O f   I m m u n o l o g y ,   N e w   D e l h i   " ) ;  
 	 / / M e n u 3 _ 1 _ 5 = n e w   A r r a y ( " N a t i o n a l   I n s t i t u t e   f o r   P l a n t   G e n o m e   R e s e a r c h   ( N I P G R ) ,   J N U ,   N e w   D e l h i " , " u n i q u e p a g e . a s p ? i d _ p k = 1 2 8 " , " " , 0 , 3 5 , 1 7 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   I n s t i t u t e   f o r   P l a n t   G e n o m e   R e s e a r c h   ( N I P G R ) ,   J N U ,   N e w   D e l h i " ) ;  
 	 / / M e n u 3 _ 1 _ 6 = n e w   A r r a y ( " N a t i o n a l   B r a i n   R e s e a r c h   C e n t r e   ( N B R C ) ,   G u r g a o n   " , " u n i q u e p a g e . a s p ? i d _ p k = 1 2 9 " , " " , 0 , 3 3 , 1 7 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   B r a i n   R e s e a r c h   C e n t r e   ( N B R C ) ,   G u r g a o n   " ) ;  
 	 / / M e n u 3 _ 1 _ 7 = n e w   A r r a y ( " N a t i o n a l   C e n t r e   f o r   C e l l   S c i e n c e s ,   P u n e " , " u n i q u e p a g e . a s p ? i d _ p k = 1 3 0 " , " " , 0 , 3 0 , 1 7 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   C e n t r e   f o r   C e l l   S c i e n c e s ,   P u n e " ) ;  
 	 / / M e n u 3 _ 1 _ 8 = n e w   A r r a y ( " R a j i v   G a n d h i   C e n t r e   f o r   B i o t e c h n o l o g y " , " . . / u n i q u e p a g e . a s p ? i d _ p k = 6 7 8 " , " " , 0 , 3 0 , 1 7 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   C e n t r e   f o r   C e l l   S c i e n c e s ,   P u n e " ) ;  
 	  
 	 M e n u 3 _ 2 = n e w   A r r a y ( " 8	>	0	M	5		(	?		      	M	7	G	$	M	0	    	G	    		*		M	0	.	" , " i n s t u t i o n s _ p s u s . h t m " , " " , 0 , 5 0 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P u b l i c   S e c t o r   U n d e r t a k i n g s " ) ;  
 	 / / M e n u 3 _ 2 _ 1 = n e w   A r r a y ( " B h a r a t   I m m u n o l o g i c a l s   &   B i o l o g i c a l s   C o r p o r a t i o n   L i m i t e d ,   B u l a n d s h a h a r " , " u n i q u e p a g e . a s p ? i d _ p k = 1 3 1 " , " " , 0 , 3 5 , 2 2 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B h a r a t   I m m u n o l o g i c a l s   &   B i o l o g i c a l s   C o r p o r a t i o n   L i m i t e d ,   B u l a n d s h a h a r " ) ;  
 	 / / M e n u 3 _ 2 _ 2 = n e w   A r r a y ( " I n d i a n   V a c c i n e s   C o r p o r a t i o n   L i m i t e d ,   G u r g a o n " , " u n i q u e p a g e . a s p ? i d _ p k = 1 3 2 " , " " , 0 , 3 5 , 1 4 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " I n d i a n   V a c c i n e s   C o r p o r a t i o n   L i m i t e d ,   G u r g a o n " ) ;  
 	  
  
  
  
  
  
  
 M e n u 4 = n e w   A r r a y ( " r o l l o v e r ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 7 . g i f ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 7 . g i f " , " # " , " " , 1 0 , 5 0 , 8 2 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " A w a r d s   &   F e l l o w s h i p s " ) ;  
 	  
 	 	 M e n u 4 _ 1 = n e w   A r r a y ( " 		5	>		,	@		    *	A	0	8	M		>	0	   2 0 0 7 " , " d o c s / I Y B A _ y e a r _ 2 0 0 7 . d o c " , " " , 0 , 5 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " I Y B A   A W A R D E E S   2 0 0 7 " ) ;  
 	 	 M e n u 4 _ 2 = n e w   A r r a y ( " 	@	5	(	5	C	$	M	$	?	5	?		>	8	  	G	  2	?		  0	>	7	M		M	0	@	/	  	@	5	  5	?		M		>	(	  *	A	0	8	M		>	0	  9	G	$	A	  (	>	.	>			(	  	.		$	M	0	#	: 2 0 0 8 " , " b i o s c i e n c e _ a w a r d s _ c a r e e r _ d e v e l o p m e n t 2 0 0 8 . d o c " , " " , 0 , 5 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o t e c h   P r o d u c t   &   P r o c e s s   D e v e l o p m e n t   &   C o m m e r c i a l i z a t i o n   A w a r d s " ) ;  
 	 	 M e n u 4 _ 3 = n e w   A r r a y ( " 0	>	.	2	?			8	M	5	>	.	@	  	'	M	/	G	$	>	5	C	$	M	$	?	" , " d o c s / r a m a l i n g a s w a m i _ a w a r d . d o c " , " " , 0 , 5 0 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N o m i n a t i o n s   a r e   i n v i t e d   f o r   R a m a l i n g a s w a m y   F e l l o w s h i p " ) ;  
 	 	 M e n u 4 _ 4 = n e w   A r r a y ( " 	>		>	  (	5	K	(	M	.	G	7	  	'	M	/	G	$	>	5	C	$	M	$	?	" , " d o c s / t a t a _ f e l l o w s h i p . d o c " , " " , 0 , 5 0 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N o m i n a t i o n s   a r e   i n v i t e d   f o r   T a t a   I n n o v a t i o n   F e l l o w s h i p " ) ;  
 	 	 M e n u 4 _ 5 = n e w   A r r a y ( " 		5	>		,	@		    *	A	0	8	M		>	0	   2 0 0 7 " , " d o c s / I Y B A _ y e a r _ 2 0 0 7 . d o c " , " " , 0 , 5 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " B i o t e c h   P r o d u c t   &   P r o c e s s   D e v e l o p m e n t   &   C o m m e r c i a l i z a t i o n   A w a r d s " ) ;  
 	 	 M e n u 4 _ 6 = n e w   A r r a y ( " 0	>	7	M	 	M	0	@	/	  .	9	?	2	>	  	H	5	  5	H		M		>	(	?		  *	A	0	8	M	 	>	0	" , " d o c s / n a t i o n a l _ w o m a n _ b i o s c i e n t i s t _ a w a r d s . d o c " , " " , 0 , 5 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   W o m a n   B i o s c i e n t i s t   A w a r d s " ) ;  
 	 	 / / M e n u 4 _ 7 = n e w   A r r a y ( " 0	>	7	M	 	M	0	@	/	  .	9	?	2	>	  	H	5	  5	H		M		>	(	?		  *	A	0	8	M	 	>	0	" , " n a t i o n a l _ w o m a n _ b i o s c i e n t i s t _ a w a r d s . d o c " , " " , 0 , 5 5 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   B i o s c i e n v e   A w a r d s   f o r   C a r e e r   D e v e l o p m e n t " ) ;  
 	 	 M e n u 4 _ 7 = n e w   A r r a y ( " 5	?	6	?	7	M		  	H	5	  *	M	0	L	&	M	/	K		?		@	5	?	&	    *	A	0	8	M		>	0	" , " d o c s / d i s t i n g u i s h e d _ b i o t e c h n o l o g i s t _ a w a r d . d o c " , " " , 0 , 4 5 , 2 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " D i s t i n g u i s h e d   B i o t e c h n o l o g i s t   A w a r d   S c h e m e " ) ;  
 	 	 M e n u 4 _ 8 = n e w   A r r a y ( " 	@	!	,	M	2	M	/	B			8	" , " f e l l o w h i p _ t w a s . h t m " , " " , 0 , 5 0 , 2 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " T W A S   A w a r d   S c h e m e " ) ;  
 	 	 M e n u 4 _ 9 = n e w   A r r a y ( " 	@	5	(	5	C	$	M	$	?	5	?		>	8	  	G	  2	?		  0	>	7	M		M	0	@	/	  	@	5	  5	?		M		>	(	  *	A	0	8	M		>	0	  9	G	$	A	  (	>	.	>			(	  	.		$	M	0	#	: 2 0 0 8 " , " d o c s / b i o s c i e n c e _ a w a r d s _ c a r e e r _ d e v e l o p m e n t 2 0 0 8 . d o c " , " " , 0 , 4 5 , 2 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N a t i o n a l   B i o s c i e n c e   A w a r d s   f o r   C a r e e r   D e v e l o p m e n t " ) ;  
 	 	 M e n u 4 _ 1 0 = n e w   A r r a y ( " 	H	5	  5	?	5	?	'	$	>	  	G	  2	?		  !	I	.   ,	@	. *	@	.   *	>	2	  (	G	6	(	2	  	0	  	(	5	>	/	0	(	.	G			    +	H	2	K	6	?	*	  	5	>	0	M	!	" , " d o c s / p i t a m b e r _ p a n t _ n a t i o n a l _ e n v i r o n m e n t _ a w a r d . d o c " , " " , 0 , 4 5 , 2 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P i t a m b a r   P a n t   N a t i o n a l   E n v i r o n m e n t   a n d   B . P .   P a l   N a t i o n a l   E n v i r o n m e n t   F e l l o w s h i p   A w a r d s " ) ;  
 	  
  
  
 M e n u 5 = n e w   A r r a y ( " r o l l o v e r ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 4 0 0 0 0 . g i f ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 4 0 0 0 0 . g i f " , " # " , " " , 1 , 2 6 , 8 2 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " A c h i v e m e n t s " ) ;  
 / / M e n u 5 _ 1 = n e w   A r r a y ( " F a c t   S h e e t " , " u n i q u e p a g e . a s p ? i d _ p k = 4 8 " , " " , 0 , 2 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " F a c t   S h e e t " ) ;  
 / / M e n u 5 _ 2 = n e w   A r r a y ( " R e s e a r c h   P u b l i c a t i o n   " , " u n i q u e p a g e . a s p ? i d _ p k = 2 8 8 " , " " , 0 , 2 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " R e s e a r c h   P u b l i c a t i o n   " ) ;  
 / / M e n u 5 _ 3 = n e w   A r r a y ( " P a t e n t s " , " u n i q u e p a g e . a s p ? i d _ p k = 2 8 9 " , " " , 0 , 2 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P a t e n t s " ) ;  
 M e n u 5 _ 1 = n e w   A r r a y ( " T e c h - T r a n s f e r " , " o u t c o m e . h t m " , " " , 0 , 2 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " T e c h - T r a n s f e r " ) ;  
 / / M e n u 5 _ 5 = n e w   A r r a y ( " T e c h n o l o g i e s   C o m m e r c i a l i z e d " , " u n i q u e p a g e . a s p ? i d _ p k = 2 9 0 " , " " , 0 , 3 5 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " T e c h n o l o g i e s   C o m m e r c i a l i z e d " ) ;  
 / / M e n u 5 _ 6 = n e w   A r r a y ( " C o p y r i g h t s " , " u n i q u e p a g e . a s p ? i d _ p k = 2 9 1 " , " " , 0 , 2 0 , 1 3 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " C o p y r i g h t s " ) ;  
  
  
 	  
 M e n u 6 = n e w   A r r a y ( " r o l l o v e r ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 8 . g i f ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 8 . g i f " , " p u b l i c a t i o n . h t m " , " " , 0 , 2 6 , 8 2 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P u b l i c a t i o n " ) ;  
 / / 	 M e n u 6 _ 1 = n e w   A r r a y ( " P u b l i c a t i o n " , " u n i q u e p a g e . a s p ? i d _ p k = 4 9 " , " " , 0 , 2 0 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " A n n u a l   R e p o r t " ) ;  
 	 / / M e n u 6 _ 2 = n e w   A r r a y ( " A n n u a l   R e p o r t " , " u n i q u e p a g e . a s p ? i d _ p k = 5 0 " , " " , 0 , 2 0 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " A n n u a l   R e p o r t " ) ;  
 	  
 / / 	 M e n u 6 _ 3 = n e w   A r r a y ( " G l o b a l   P r e s e n c e : 3   Y e a r s   o f   C o m m i t m e n t " , " j a v a s c r i p t : N e w W i n = w i n d o w . o p e n ( \ " i n s i d e _ n e w _ E n g . p d f \ " , \ " N W i n \ " ) ; w i n d o w [ \ " N e w W i n \ " ] . f o c u s ( ) " , " " , 0 , 3 6 , 1 8 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " G l o b a l   P r e s e n c e : 3   Y e a r s   o f   C o m m i t m e n t " ) ;  
 	  
 	 / / M e n u 6 _ 4 = n e w   A r r a y ( " N e w s l e t t e r " , " u n i q u e p a g e . a s p ? i d _ p k = 5 1 " , " " , 0 , 2 0 , 1 5 0 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " N e w s l e t t e r " ) ;  
 	  
 	 M e n u 7 = n e w   A r r a y ( " r o l l o v e r ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 7 7 7 . g i f ? " + B a s e H r e f + " . . / i m a g e s / h i n d i _ t o p 1 _ r 1 _ c 7 7 7 . g i f " , " # " , " " , 2 , 2 6 , 8 2 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P o l i c y " ) ;  
 M e n u 7 _ 1 = n e w   A r r a y ( " (	@	$	?	/	>		  " , " p o l i c y . h t m " , " " , 0 , 2 2 , 1 2 4 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " P o l i c y " ) ;  
   M e n u 7 _ 2 = n e w   A r r a y ( " 8	.		L	$	>	     	M		>	*	(	" , " m o u . h t m " , " " , 0 , 2 2 , 1 2 4 , " " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " M O U " ) ;  
  
 
