/**
 * Biotechnology
 */

var featureId = "Flash_Feature_Biotechnology";
		
function callTracking(screenId)
{
	pageTracker._trackPageview(featureId + "/" + screenId);	
}		


$(document).ready(function()
{

	var shortLang = ""
	
	
		shortLang = "de"
	

	SWFAddress.removeId("navigation_swf");
	SWFAddress.addId("movie");

	$('#stage-zone').css('width', '1024px');
	$('#stage-zone').css('height', '580px');
	
	var flashvars = {
	  "xmlbase": "/static/app/feature_biotech/_resources/xml/",
	  "settingxml": "settings_" + shortLang + "_090311.xml",
	  "contentxml": "main_" + shortLang + "_090430.xml",
	  "mediabase": "/static/app/feature_biotech/_assets/",
	  "flvbase": "http://www.roche.com/static/app/feature_biotech/_assets/",
	  "sendMethod": "POST",
	  "postUrl": "mod-rating",
	  "postVars": "feature=biotech|page=index",
	  "hasTracking": true
	};
	var params = {
	  wmode: "transparent",
	  menu: "false",
	  quality: "HIGH",
	  salign: "tl",
	  scale: "noscale",
	  allowScriptAccess: "sameDomain"
	};
	var attributes = {};
	
	
	jQuery("#stage-zone").append("<div id='movie'></div>");
	jQuery("#movie").append(jQuery("#stage-zone").children(":not(#movie)"));
	swfobject.embedSWF("/static/app/feature_biotech/_resources/swf/biotechnology_090430.swf", "movie", "1024", "580", "8","expressInstall.swf", flashvars, params, attributes);
	
});
