/*
Custom Doors and Panels in AC 8.1 and 9.0
  --- 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.
*/

/*	
	['Store', '?page=pacifico_store.php4&index=store',
		['', ''],
		['Piranesi', '?page=pacifico_store.php4&page2=order_forms/piranesi_form.htm'],
		['Architectural Books', '?page=pacifico_store.php4&page2=order_forms/books_form.htm'],
		['Parch GDL Objects', '?page=pacifico_store.php4&page2=order_forms/gdl_form.htm'],
		['ArchiCAD Training', '?page=pacifico_store.php4&page2=order_forms/event_form.htm'],
		['ArchiCAD Training Materials', '?page=pacifico_store.php4&page2=order_forms/archicad_training_form.htm'],
			],
*/		

var MENU_ITEMS = [
	['Home', 'http://www.parch.com'],

/*
	['Products', null, null,
		['Piranesi', '?page=piranesi.html&index=products'],
		['Architectural Graphic Standards', '?page=archgs.htm&index=products'],

	],
*/	
	['Services', null, null,
	
		['BIM, Virtual Design and Construction', '?page=vdc.html&index=services'],
		['Renderings', '?page=images.shtml&index=services'],
		['Virtual Reality', '?page=vr.html&index=services'],
		
	],
	['Support', null, null,
		['Newsletters', '?page=newsletters.php4&index=support'],
		['Tutorials', null, null,/*~*/
['The Patch Tool', '?page=newsletters.php4&page2=news/news082.html#Tutorials'],
/**/
			['Rendering with two Images', '?page=newsletters.php4&page2=news/news080.html#Tutorials'],
			['The Coordinate Box Tips', '?page=newsletters.php4&page2=news/news078.html#Tutorials'],
			['Creating a Hotlinked Module', '?page=newsletters.php4&page2=news/news077.html#Tutorials'],
			['Custom Mullions', '?page=newsletters.php4&page2=news/news076.html#Tutorials'],
			['Link Plotmaker to ArchiCAD', '?page=newsletters.php4&page2=news/news075.html#Tutorials'],
			['Align View Tutorial', '?page=newsletters.php4&page2=news/news070.html#Tutorials'],
			['Roof Sweep Tutorial', '?page=newsletters.php4&page2=news/news069.html#Tutorials'],
			['Total Custom Window Tutorial', '?page=newsletters.php4&page2=news/news068.html#Tutorials'],
		],
		['Training', '?page=free_training.php4&index=support'],
		['Testimonials', '?page=testimonials.html&index=support'],
	],
	['About us', '?page=about_us.shtml'],
];


