function writeFlash(path, opts) {
	var vars = {
		facebookKey: apiKey,
		swfName: "mainFlash",
		voteAvailable: voteAccess,
		path_root: path,
		path_config: path + 'xml/config.php',
		referer :  'referer_test',
		uri :  'uri_test'
		
	};
	var params = {
		allowFullScreen: true,
		allowScriptAccess: "always",
		menu: false,
		wmode: "opaque"
	};
	var attributes = {
		id: "mainFlash",
		name: "mainFlash"
	};
	swfobject.embedSWF("swf/Main.swf", "mainFlash", "100%", "100%", "10", "swf/expressInstall.swf", vars, params, attributes);
	swffit.fit(attributes.id, 900, 600);
}
