var siteversion; var version = deconcept.SWFObjectUtil.getPlayerVersion(); if (document.getElementById && (version['major'] > 7)) { document.getElementById('flashversion').style.display = "none"; siteversion = "flash"; }else{ document.getElementById("flashversion").style.background = "#fff url(/commun/detect/images/bottom.gif) bottom left repeat-x"; document.getElementById("flashversion").innerHTML = "This site is best viewed with Adobe Flash Player 7; without it, all Flash content will be replaced by static images. Click here to download the latest Flash Player for free."; document.getElementById("container").style.marginTop = "25px"; siteversion = "html"; }