/*
  --- 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.
*/

var homeurl = 'http://c4as.com'

var MENU_ITEMS = [
	['Crafts for all Seasons', null, null,
		['Welcome', homeurl],
		['Contact Us', 'mailto:info@c4as.com?subject=Crafts for all Seasons Info'],
	],
	['Products', null, null,
		['Dog Treats', homeurl + '/treats.htm'],
		['Wreaths & Swags', homeurl + '/wreaths/index.htm'],
		['Main Product Page', homeurl + '/products.htm'],		
	],
	['Services', null, null,
		['Wedding Flowers', 'wedding.htm'],		
	],
	['Events', null, null,
		['Hot Times, Kool Cars',  homeurl +'/koolcars/index.htm'],
		['Shows I am attending',  homeurl + '/shows.htm'],		
	],
];

