var swfversion = deconcept.SWFObjectUtil.getPlayerVersion();
var noflash = deconcept.util.getRequestParameter("noflash");
var printerfriendly = deconcept.util.getRequestParameter("printerfriendly");
//alert("You have Flash player "+ swfversion['major'] +"."+ swfversion['minor'] +"."+ swfversion['rev'] +" installed.");
if (document.getElementById && (swfversion['major'] > 0) && noflash=='' && printerfriendly=='') {
	document.writeln("<STYLE>.divFlash{display:block;}.divHtml{display:none;}</"+"STYLE>");
}

function init() {
}
