/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['<img src=images/buttons/aboutus.jpg border=0 alt="about us">', null, null,
		['<img src=images/buttons/mission.gif border=0 alt="mission">', 'about/mission.html', {'tw':'sa_content', 'sb':'mission'}
		],
		['<img src=images/buttons/committees.gif border=0 alt="committees">', 'about/committee.html', {'tw':'sa_content', 'sb':'committees'}
		],
		['<img src=images/buttons/joinus.gif border=0 alt="join us">', 'about/joinus.html', {'tw':'sa_content', 'sb':'membership'}
		],
		['<img src=images/buttons/contactus.gif border=0 alt="contact us">', 'about/contactus.html', {'tw':'sa_content', 'sb':'contact us'}
		],
		['<img src=images/buttons/news.gif border=0 alt="in the news">', 'about/news2.html', {'tw':'sa_content', 'sb':'in the news'}
		]
	],
	['<img src=images/buttons/events.jpg border=0 alt="events">', null, {'tw':'sa_content', 'sb':'events'},
		['<img src=images/buttons/upcomingevents.gif border=0 alt="upcoming events">', 'events/upcoming_events.html', {'tw':'sa_content', 'sb':'upcoming events'}
		],
		['<img src=images/buttons/pastevents.gif border=0 alt="past events">', 'events/past_events.html', {'tw':'sa_content', 'sb':'past events'}
		]
	],
	['<img src=images/buttons/sujanaranjani.jpg border=0 alt="sujanaranjani">', null, {'tw':'sa_content', 'sb':'sujanaranjani'},
		['<img src=images/buttons/currentissue.gif border=0 alt="current issue">', 'sujanaranjani.html', {'tw':'_self', 'sb':'sujanaranjani current issue'}
		],
		['<img src=images/buttons/pastissues.gif border=0 alt="past issues">', 'sujanaranjani_past.html', {'tw':'sa_content', 'sb':'sujanaranjani past issues'}
		]
	],
	['<img src=images/buttons/kadambam.jpg border=0 alt="audio visuals">', null, {'tw':'sa_content', 'sb':'photos/videos/audios'},
		['<img src=images/buttons/photos.gif border=0 alt="photos">', 'index_media.php?mt=photos', {'tw':'_self', 'sb':'photos'}
		],
		['<img src=images/buttons/videos.gif border=0 alt="videos">', 'index_media.php?mt=videos', {'tw':'_self', 'sb':'videos'}
		],
		['<img src=images/buttons/audios.gif border=0 alt="audios">', 'index_media.php?mt=audios', {'tw':'_self', 'sb':'audios'},
			['<img src=images/buttons/andhrakahali_150x20.gif border=0 alt="andhra kahali">', 'ak.html', {'tw':'sa_content', 'sb':'andhra kahali'}
			]
		],
		['<img src=images/buttons/vanarulu_150x20.gif border=0 alt="telugu resources">', 'resources.html', {'tw':'sa_content', 'sb':'telugu resources'}
		]
	],
	['<img src=images/buttons/meemaata.jpg border=0 alt="blogs/guestbook">', null, {'tw':'_self', 'sb':'mee maata'},
		['<img src=images/buttons/blog.gif border=0 alt="blogs">', 'http://www.siliconandhra.org/sablog', {'tw':'sa_content', 'sb':'blogs'}
		],
		['<img src=images/buttons/guestbook.gif border=0 alt="guestbook">', 'http://www.htmlgear.tripod.com/guest/control.guest?u=siliconandhra&i=3&a=view', {'tw':'sa_content', 'sb':'guest book'}
		]
	],
	['<img src=images/buttons/manabadi_tc.gif border=0 alt="others/manabadi">', null, {'tw':'_self', 'sb':'manabadi'},
		['<img src=images/buttons/manabadi_rect.gif border=0 alt="manabadi">', 'manabadimain.html', {'tw':'_self', 'sb':'manabadi'}
		]
	]
];

