function chgtxt(obj,linkid,cellcolor,linkcolor)
{
	if(document.getElementById)
	{
		document.getElementById(obj.id).style.backgroundColor=cellcolor
		document.getElementById(linkid).style.color=linkcolor
	}
}
function fwLoadMenus()
{
	if (window.fw_menu_0) return;
	window.fw_menu_0 = new Menu("root",170,18,"Arial",11,"#FFFFFF","#000000","#006699","#CCFF00");
	fw_menu_0.addMenuItem("Event Listings","window.open('calgary-community-events.htm', '_self');");
	fw_menu_0.addMenuItem("Photo Gallery","window.open('calgary-millican-community.htm', '_self');");
	fw_menu_0.fontWeight="bold";
	fw_menu_0.hideOnMouseOut=true;
		
	if (window.fw_menu_1) return;
	window.fw_menu_1 = new Menu("root",170,18,"Arial",11,"#FFFFFF","#000000","#006699","#CCFF00");
	fw_menu_1.addMenuItem("Hall Rental Information","window.open('calgary-community-hall-rentals.htm', '_self');");
	fw_menu_1.addMenuItem("Lounge Rental Information","window.open('calgary-community-hall-rental.htm', '_self');");
	fw_menu_1.fontWeight="bold";
	fw_menu_1.hideOnMouseOut=true;
	
	if (window.fw_menu_2) return;
	window.fw_menu_2 = new Menu("root",170,18,"Arial",11,"#FFFFFF","#000000","#006699","#CCFF00");
	fw_menu_2.addMenuItem("Public Swim Schedule","window.open('calgary-public-swimming-pools.htm', '_self');");
	fw_menu_2.addMenuItem("Lesson Information","window.open('calgary-pools-swimming-lessons.htm', '_self');");
	fw_menu_2.addMenuItem("Private Rentals","window.open('calgary-swimming-pool-rentals.htm', '_self');");
	fw_menu_2.addMenuItem("Photo Gallery","window.open('calgary-swimming-pools.htm', '_self');");
	fw_menu_2.fontWeight="bold";
	fw_menu_2.hideOnMouseOut=true;
		
	window.fw_menu_3 = new Menu("root",1,1,"Arial",11,"#FFFFFF","#000000","#006699","#CCFF00");
	fw_menu_3.hideOnMouseOut=true;
	
	fw_menu_3.writeMenus();
}