﻿// SWFobject
if(window.location.href.indexOf('noflash') == -1 && swfobject.hasFlashPlayerVersion("9.0.115"))
{
	var vars = {};
	var params = { scale:'noScale', salign:'lt', menu:'false' };
	swfobject.embedSWF("danikom.swf", "site", "100%", "100%", "9.0.115", "js/expressInstall.swf", vars, params);
	swfobject.createCSS("html", "height:100%;");
	swfobject.createCSS("#site", "height:100%;");
	swfobject.createCSS("body", "margin:0; padding:0; overflow:hidden; height:100%;");
}
