var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version

                    var so = new SWFObject("/flash/index2.swf", "rus", "300", "193", "8");
                    so.addParam("quality", "high");
                    //so.addParam("wmode", "transparent");
                    so.write("main2");

} else {
var clients = document.getElementById('main2');
clients.innerHTML = '<a href="/company/clients/"><img src="/images/style/clients.jpg" border="0" width="300" height="193" alt="Наши клиенты" /></a>';
}