document.getElementById('FlashCode').style.visibility = 'hidden'; document.getElementById('FlashCode').style.position = 'absolute'; document.getElementById('FlashCode').style.zIndex = '1'; if (!fvalidate('swf')) { var swf = 'http://www.webactors.com/walkout.swf'; } if (!fvalidate('w')) { var w = 400; } if (!fvalidate('h')) { var h = 460; } if (!fvalidate('offt')) { var offt = 0; } if (!fvalidate('offl')) { var offl = 0; } document.getElementById('FlashCode').style.width = w+'px'; document.getElementById('FlashCode').style.height = h+'px'; if (document.documentElement.scrollTop) { document.getElementById('FlashCode').style.top = ((document.documentElement.scrollTop)+offt)+'px'; document.getElementById('FlashCode').style.left = (((getWindowWidth() + 2)/2)-(w/2)+offl)+'px'; } else { document.getElementById('FlashCode').style.top = ((document.body.scrollTop)+offt)+'px'; document.getElementById('FlashCode').style.left = (((getWindowWidth() - 15)/2)-(w/2)+offl)+'px'; } var flashcode = ''; var t = setTimeout("document.getElementById('FlashCode').innerHTML = flashcode",3000); document.getElementById('FlashCode').style.visibility = 'visible'; function fvalidate(variableName) { return variableName in window; } function getWindowWidth() { var windowWidth = 0; if (typeof(window.innerWidth) == 'number') { windowWidth = window.innerWidth; } else { if (document.documentElement && document.documentElement.clientWidth) { windowWidth = document.documentElement.clientWidth; } else { if (document.body && document.body.clientWidth) { windowWidth = document.body.clientWidth; } } } return windowWidth; } //
// //