/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
['','index.htm', {},
 ['Company Profile', 'company.htm', {'tt' : 'Company Profile', 'sb' : 'Company Profile'},
 	['&nbsp;About Us',  'about_us.htm', {'tt' : 'Blue Goose', 'sb' : 'Blue Goose'}],
  ['&nbsp;Our Company Profile',  'company_profile.htm', {'tt' : 'Print', 'sb' : 'Print'}],
 ],
 ['Our Services', 'our_services.htm', {'tt': 'Our Services', 'sb': 'Our Services'},
  ['&nbsp;Print',  'print.htm', {'tt' : 'Print', 'sb' : 'Print'}],
  ['&nbsp;Creative Graphic Design',  'creative_graphic_design.htm', {'tt' : 'Creative Graphic Design', 'sb' : 'Creative Graphic Design'}],
  ['&nbsp;SOLO',  'solo.htm', {'tt' : 'SOLO', 'sb' : 'SOLO'}],
  ['&nbsp;How To Supply Artwork',  'how_to_supply_artwork.htm', {'tt' : 'How To Supply Artwork', 'sb' : 'How To Supply Artwork'}],
 ],
 ['Online Help', 0, {'tt' : 'Online Help', 'sb' : 'Online Help'},
  ['&nbsp;RQF',  0, {'tt' : 'RQF', 'sb' : 'RQF'}],
  ['&nbsp;Re-order online',  0, {'tt' : 'Re-order online', 'sb' : 'Re-order online'}],
  ['&nbsp;Job tracking',  0, {'tt' : 'Job tracking', 'sb' : 'Job tracking'}],
 ],
 ['News', 'news.htm', {'tt' : 'News', 'sb' : 'News'},
 ],
 ['Portfolio', 'portfolio.htm', {'tt' : 'Portfolio', 'sb' : 'Portfolio'},
 ],
 ['Contact Us', 'contact_us.htm', {'tt' : 'Contact Us', 'sb' : 'Contact Us'},
 ],
 ]
];
