Feature.prototype.initFeature = function() {
	var swfLang = "en";
	var localPath = "";
	var globalPath = "../";
	var flvPath = "../flv/" + this.flashVersion + "/";
	var imgPath = "../img/";
	sectionParameter = "";
	var sectionParameter = "";
	var section = getUrlParameter("section");
	if (section != null) {
		sectionParameter = "&section=" + section;
	} else {
		sectionParameter = "";
	}
	
	var logoUrl = "http://www.siemens.com";
	var siteXML = "../xml/site.xml";
	var app = new SWFObject("../features/annual_report2011/all/en/swf/startpage.swf",
			this._featureId, "987", "100%", this.flashVersion + ",0,0,0",
			"#ffffff");
	app.addParam("quality", "high");
	app.addParam("wmode", "transparent");
	app.addParam("base", "../features/annual_report2011/all/en/swf/");
	app.addParam("menu", "false");
	app.addParam("swliveconnect", "true");
	app.addParam("allowScriptAccess", "always");
	app.addParam("FlashVars", "siteXML=" + siteXML + "&s_account=" + s_account
			+ "&version=" + this.flashVersion + "&language=" + swfLang
			+ "&localPath=" + localPath + "&globalPath=" + globalPath
			+ "&logoUrl=" + logoUrl + "&imgPath=" + imgPath + "&flvPath="
			+ flvPath + "&featureName=" + FEATURE_NAME + sectionParameter);
	app.write("ng_feature");

	document.body.appendChild(document.getElementById('logo'));
}
