
	menuColor = "#FFFFFF";
	menuBackgroundColor = "transparent";
	menuHoverColor = "#8C3560";
	menuHoverBackgroundColor = "transparent";
	menuHoverBackgroundImage = "none";
	menuBorderSize = "0";
	menuSubItemColor = "";
	menuSubItemBackgroundColor = "transparent";
	menuSubItemHoverColor = "";
	menuSubItemHoverBackgroundColor = "transparent";
	
		function insertFlash() {
			var sublogo = document.getElementById("sublogo");
			var FO = { 
				movie:"http://www.rtdanceonline.com/cmssites/ws0408www.rtdanceonline.com/uploads/Flash/rtDanceFlashDynamic.swf", 
				width:sublogo.offsetWidth,height:sublogo.offsetHeight,majorversion:"8",build:"0",
				flashvars:"config=config.xml&file=playlist.xml"
			};
			UFO.create(FO, "sublogo");
		}
		insertFlash();
	
