
/* please register to get documentation 
0 - horizontal offset of the item's rectangle from origin point* in pixels 
1 - vertical offset of the item's rectangle from origin point* in pixels 
2 - item's width in pixels 
3 - item's height in pixels 
*/

var MENU_ITEMS = [
	['Home', 'index.htm', [null, null, 55, null]],
	['Research', null, [70, null, 80, null],
            ['Functional Genomics', 'fun_geno.htm', [null, null, 145, null]],
			['Community Genomics',  'com_geno.htm', [null, null, 145, null]],
            ['Genomic Technology',  'geno_tech.htm', [null, null, 145, null]],
            ['Microbial Ecology',   'microb_eco.htm', [null, null, 145, null]],
	],

	['People', null, [90, null, 65, null],
		['All',  'people_index.htm', [null, null, 130, null]],
		['Faculty & Staff',  'staff.html', [null, null, 130, null]],
		['Postdocs',          'postdocs.html', [null, null, 130, null]],
		['Graduate Students', 'grads.html', [null, null, 130, null]],
		['Undergraduates', 'undergrads.html',  [null, null, 130, null]],
		['Affiliated Faculty', null, [null, null, 130, null]],
        ['Visiting Scholars','visitor.htm', [null, null, 130, null]],
		['Previous Members','previous.html', [null, null, 130, null]],
		['Pictures Zone','\images', [null, null, 130, null]],
	],

	 ['Publications', null, [80,null,100,],
		  ['Functional Genomics', null,[null,null,145]],
		  ['Community Genomics', null, [null,null,145]],
		  ['Genomic Technology', null, [null,null,145]],
		  ['Microbial Ecology',  null, [null,null,145]],
	      ['All', 'pub_all.cgi', [null,null,145]],
	],


    ['Tools', null, [110,null,55, null],
            ['Protocols', 'protocol.htm', [null,null,75]],
			['Software',  'software.htm', [null,null,75]],
    ],

    ['Facilities', 'equipment.htm', [null, null, 80]],

   
    ];
