// {{{ domMenu_main: data
domMenu_data.set('domMenu_main', new Hash(
	1, new Hash(
 		'contents', 'Home',
    'uri', 'home.html'
 	),																					
	2, new Hash(
 		'contents', 'Architecture',
    'uri', 'architecture.html?MIT',
    'target', '_self',
    'statusText', 'Architecture projects',
		1, new Hash( 'contents', 'Green Center for<br />Physics', 'uri', 'architecture.html?MIT' ),
		2, new Hash( 'contents', 'IFAW', 'uri', 'architecture.html?IFAW' ),
		3, new Hash( 'contents', 'Joukowsky', 'uri', 'architecture.html?Joukowsky' ),
    4, new Hash( 'contents', 'Liberty Hotel', 'uri', 'architecture.html?LibertyHotel' ),
		5, new Hash( 'contents', 'New York Townhouse', 'uri', 'architecture.html?NYTownhouse' ),
		6, new Hash( 'contents', 'Martha&acute;s Vineyard<br /> House', 'uri', 'architecture.html?SorosHouse' ),
		7, new Hash( 'contents', 'Stata Center, MIT', 'uri', 'architecture.html?StataCenter' ),
    8, new Hash( 'contents', 'Wellesley College<br />Campus Center', 'uri', 'architecture.html?WellesleyCenter' ),
		9, new Hash( 'contents', 'Witchbrook House', 'uri', 'architecture.html?MarthasVinyard' ),
	 10, new Hash( 'contents', 'About Vanderwarker<br />stock photos', 'uri', 'contact.html' )
	),
  3, new Hash(
    'contents', 'Business',
    'uri', 'business.html?Fenway',
    'statusText', 'Business Photography',
		1, new Hash( 'contents', 'Fenway Park', 'uri', 'business.html?Fenway' ),
		2, new Hash( 'contents', 'Hogan & Hartson', 'uri', 'business.html?Hogan' ),
		3, new Hash( 'contents', 'Litl Webbook<br />Computer', 'uri', 'business.html?Litl' ),
		4, new Hash( 'contents', 'W Hotel','uri', 'business.html?WHotel' ),
   	5, new Hash( 'contents', 'About Vanderwarker<br />stock photos', 'uri', 'contact.html' )
	),
  4, new Hash(
    'contents', 'Fine Art',
    'uri', 'fineart.html?Ruins',
		1, new Hash( 'contents', 'Antiquities and Ruins', 'uri', 'fineart.html?Ruins' ),
    2, new Hash( 'contents', 'Bhutan', 'uri', 'fineart.html?Bhutan' ),
		3, new Hash( 'contents', 'Big Dig', 'uri', 'fineart.html?BigDig' ),
		4, new Hash( 'contents', 'Marfa: Art in the<br />High Desert', 'uri', 'fineart.html?Marfa' ),
		5, new Hash( 'contents', 'Night Shift', 'uri', 'fineart.html?Night' ),
		6, new Hash( 'contents', 'Paris in Autumn', 'uri', 'fineart.html?Paris' ),
		7, new Hash( 'contents', "Vanderwarker's<br />Pantheon", 'uri', 'fineart.html?MindsMatter' ),	
		8, new Hash( 'contents', ' ', 'uri', '' ),
		9, new Hash( 'contents', 'Exhibition History', 'uri', 'exhibitions.html' ),
	 10, new Hash( 'contents', 'Vanderwarker<br />art prints', 'uri', 'contact.html' )
  ),
  5, new Hash(
    'contents', 'Publications',
     'uri', 'magazines.html',
		1, new Hash( 'contents', 'Magazine articles', 'uri', 'magazines.html' ),
		2, new Hash( 'contents', '<b>Books:</b>', 'uri', '' ),	
		3, new Hash( 'contents', 'Big Dig', 'uri', 'books.html?Books4' ),
		4, new Hash( 'contents', 'Boston Then and 1980', 'uri', 'books.html?Books1' ),
		5, new Hash( 'contents', 'Cityscapes of Boston', 'uri', 'books.html?Books2' ),
		6, new Hash( 'contents', 'Hidden Gardens of<br />Beacon Hill', 'uri', 'books.html?Books6' ),
		7, new Hash( 'contents', 'Image of Boston', 'uri', 'books.html?Books3' ),
		8, new Hash( 'contents', 'Means of Grace, Hope<br />and Glory', 'uri', 'books.html?Books5' ),	
		9, new Hash( 'contents', "Vanderwarker's<br />Pantheon", 'uri', 'books.html?Books7' )
	),	
	6, new Hash(
    'contents', 'About Peter',
    'uri', 'about.html'
  ),
  7, new Hash(
    'contents', 'Contact us',
    'uri', 'contact.html'
  )
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'menuBarWidth', '690px',
	  'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', 0,
    'verticalSubMenuOffsetY', 0,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 100 
 ));

// }}}

