/*

Home
Contact Us (Which leads to a contact page)
Obituaries
Products and Services (Sub-categories)
P&S Subcategories are
	After Care
	Prayer Book
	Preplanning
	Monuments
About Wiseman's (This is just to the About Us Page)
When A Death Occurs
Helpful Info (Sub-Categories)
HI Sub categoreis are
	Floral Tributes
	Links
	Grief Support

*/

var menu_arrow = '';
var menu_arrow_active = '';

var menu_arrow = '<img src="'+ home_path +'images/arrow-active.png" '
                      + 'class="menuArrow" alt="&gt;" width="5" height="9">' ;


var dove = ''
/* <img src="'+ home_path +'images/mouseover.png" '
                      + 'class="menuArrow" alt="&gt;" width="30" height="25" />' ; */


var menu = new Menu();

menu.addItem(new MenuItem ('Home', home_path)) ;
menu.addItem(new MenuItem ('Contact Us', home_path +'contact')) ;
menu.addItem(new MenuItem ('Obituaries', home_path +'obituaries')) ;
var menuProducts = new MenuItem ('Products &<br />Services', null) ;
menu.addItem(menuProducts);
	menuProducts.addItem(new MenuItem('After Care', home_path +'care'));
	menuProducts.addItem(new MenuItem('Prayer Book', home_path +'images/PrayerBook.pdf', 0, 0, true));
	menuProducts.addItem(new MenuItem('Preplanning', home_path+'preplanning'));
	menuProducts.addItem(new MenuItem('Monuments', home_path+'monuments'));
menu.addItem(new MenuItem ('About<br />Wiseman\'s', home_path +'aboutus')) ;
menu.addItem(new MenuItem ('When A<br />Death Occurs', home_path+'death'));
var menuHelpful = new MenuItem ('Helpful Info', null);
menu.addItem(menuHelpful);
	menuHelpful.addItem(new MenuItem('Floral Tributes', home_path+'floral'));
	menuHelpful.addItem(new MenuItem('Links', home_path+'links'));
	menuHelpful.addItem(new MenuItem('Grief Support', home_path+'grief'));


