// SWF detection
//	for(var i in swfobject.getFlashPlayerVersion()) { alert(i + ": " + swfobject.getFlashPlayerVersion()[i]) } ;

// pre-6.0.65
if(!swfobject.hasFlashPlayerVersion("6.0.65")) document.location = "noflash.html";
else
{
	var flashvars = {};
	var params = { align:"top", salign:"1", menu: false, scale: "showall", quality: "high", allowScriptAccess: "sameDomain", allowFullScreen: true };
	var attributes = { xiRedirectUrl: document.location };
	swfobject.embedSWF("SF_20100608.swf", "swfobjectdiv", "1200px", "2000px", "7.0.0", "swf/playerProductInstall.swf",flashvars,params,attributes);
}