<!--
function fwLoadMenus() {
	if (window.top_menu_0) return;
	      
	window.top_menu_0 = new Menu("root",165,15,"Verdana",11,"#000000","#900C18","#FFFFFF","#80B8E0");
	top_menu_0.addMenuItem("birthdays","location='video_packages_birthdays.html'");
	top_menu_0.addMenuItem("weddings","location='video_packages_weddings.html'");
	top_menu_0.addMenuItem("anniversaries","location='video_packages_anniversaries.html'");
	top_menu_0.addMenuItem("holidays","location='video_packages_holiday.html'");
	top_menu_0.addMenuItem("sports","location='video_packages_sports.html'");
	top_menu_0.addMenuItem("vacations","location='video_packages_vacations.html'");
	top_menu_0.addMenuItem("family history","location='video_packages_family_history.html'");
	top_menu_0.addMenuItem("graduations","location='video_packages_graduations.html'");
	top_menu_0.addMenuItem("tribute","location='video_packages_tribute.html'");
	top_menu_0.addMenuItem("mother's/father's day","location='video_packages_mothers_fathers_day.html'");
	top_menu_0.addMenuItem("pets","location='video_packages_pet.html'");
	top_menu_0.addMenuItem("babies/children","location='video_packages_babies.html'");
	top_menu_0.addMenuItem("charity events","location='video_packages_charity.html'");
	top_menu_0.addMenuItem("other videos","location='video_packages_other.html'");
	top_menu_0.hideOnMouseOut=true;
	
	top_menu_0.writeMenus();
} 

//-->