/**	WaiMenus.data.js
*	copyright: WA Interactive 2004-2008
**/
if ( ! WaiMenu ) {
	throw('WaiMenus not loaded!') ;
}
WaiMenu.CloseDelay = 100 ;

/* New */
WaiMenu.Data1 = [
	['Realm 104','/new/index.html',0,0],
	['Reach Air Medical','/new/reach.html',0,0],
	['Matanzas Creek','/new/matanzas.html',0,0]
	
] ;

/* Web */
WaiMenu.Data2 = [
	['Iron Horse Vineyards','/web/index.html',0,0],
	['Protector Boats','/web/protector.html',0,0],
	['Artesa Winery','/web/artesa.html',0,0],
	['Berman Skin Institute','/web/berman.html',0,0],
	['Kendall-Jackson','/web/kj.html',0,0],
	['Charles Schwab','/web/schwab.html',0,0],
	['J Vineyards & Winery','/web/jwine.html',0,0],
	['Bay School of SF','/web/bayschool.html',0,0]

] ;

/* Print */
WaiMenu.Data3 = [
	['Protector Boats','/print/index.html',0,0],
	['Evocative','/print/evocative.html',0,0],
	['Sonoma County Museum','/print/christo.html',0,0],
	['MLB Homes','/print/mlb.html',0,0],
	['American Business Furniture','/print/abf.html',0,0],
	['Flood & Associates','/print/flood.html',0,0]

] ;

/* Photo */
WaiMenu.Data4 = [
	['Camelot Wines','/photo/index.html',0,0],
	['Bay School','/photo/bayschool.html',0,0],
	['Hartford Family Winery','/photo/hartford.html',0,0],
	['Iron Horse Vineyards','/photo/ihv.html',0,0],
	['Scott Laboratories','/photo/scott.html',0,0]

] ;


/* About */
WaiMenu.Data5 = [
	['Company Profile','/about/index.html',0,0],
	['Mark Wegner','/about/bio1.html',0,0],
	['Client List','/about/client.html',0,0]


] ;


