// JavaScript Document
		// <![CDATA[
		
		var fo = new FlashObject("menu.swf", "fotester", "380", "550", "8.0.22", "#000000", true);
		fo.addVariable("flashVarText", "this is passed in via FlashVars"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		fo.write("flashcontent");
		
		// ]]>