// JavaScript Document
pv=swfobject.getFlashPlayerVersion();
//alert(pv.major+"."+pv.minor+"."+pv.release)

if(swfobject.hasFlashPlayerVersion("9.0.115")){
	var fn = function() {
		document.body.innerHTML="<div id='__'><div id='f32'></div></div>";
		var att = { data:"/wp-content/themes/default/w32bits.swf", width:"100%", height:"100%" };
		var myObject = swfobject.createSWF(att, {}, 'f32');
		swfobject.createCSS("html", "height:100%;");
		swfobject.createCSS("body", "margin:0; padding:0; overflow:hidden; height:100%;");
		swfobject.createCSS("#__", "width:100%; height:100%;");
	};
	swfobject.addDomLoadEvent(fn);
}
else if(swfobject.hasFlashPlayerVersion("6.0.45")){
	var fn = function() {
		document.body.innerHTML="<div id='__'><div id='f32'></div></div>";
		var att = { data:"/wp-content/themes/default/expressInstall.swf", width:"100%", height:"100%" };
		var myObject = swfobject.createSWF(att, {}, 'f32');
	};
	swfobject.addDomLoadEvent(fn);
}
