
/* - bogart.theme.rootflashlogo.js - */
var flv_video = 'http://lb.bo-gart.de/static/BoGart-VideoMasked-v5.flv';

var flv_player = 'http://www.bo-gart.de/%2B%2Bresource%2B%2Bbogart.theme.flash/videoplayer.swf';
var flv_expressInstallUrl = 'http://www.bo-gart.de/%2B%2Bresource%2B%2Bbogart.theme.flash/expressInstall.swf';

var flv_logolink = 'http://www.bo-gart.de';

var flv_flashvars = {'video' : flv_video, 'logoLink' : flv_logolink};
var flv_params = {'wmode' : 'transparent', 'scale' : 'noscale', 'salign' : 'tl'};
var flv_attributes = {'class' : 'intromovie'}; 
	
swfobject.embedSWF(flv_player, "portal-top", "810", "332", "9.0.0", flv_expressInstallUrl, flv_flashvars, flv_params, flv_attributes); 


