/**	WaiMenus.data.js
*	copyright: WA Interactive 2004-2008
**/
if ( ! WaiMenu ) {
	throw('WaiMenus not loaded!') ;
}
WaiMenu.CloseDelay = 100 ;

/* About Us */
WaiMenu.Data1 = [
	['History','/about/history.html',0,0],
	['Management Team','/about/team.html',0,0],
	['Press Releases','/about/press.html',0,0]
	
] ;

/* Solutions */
WaiMenu.Data2 = [
	['Analytic Services','/solutions/analysis.html',0,0],
	['Finance Training','/solutions/finance.html',0,0],
	['Modeling Technology','/solutions/modeling.html',0,0]

] ;

/* Testimonials */
WaiMenu.Data3 = [
	['Sweetwater Wind Project','/testimonials/testimonial1.html',0,0],
	['Railcar Portfolio Acquisition','/testimonials/testimonial2.html',0,0],
	['Enhanced Japanese Leases','/testimonials/testimonial3.html',0,0],
	['German Tax Modeling','/testimonials/testimonial4.html',0,0],
	['Real Estate Joint Venture','/testimonials/testimonial5.html',0,0]

] ;

/* Perspectives & Research */
WaiMenu.Data4 = [

] ;


/* Support */
WaiMenu.Data5 = [
	['Prospect Profiler','/support/profiler.html',0,0],
	['Support','/support/support.html',0,0]

] ;


