var hasFlash=function(){var a=7;if(navigator.appVersion.indexOf("MSIE")!=-1&&navigator.appVersion.indexOf("Windows")>-1){document.write('<script language="VBScript"\> \non error resume next \nhasFlash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & '+a+'))) \n</script\> \n');if(window.hasFlash!=null)return window.hasFlash}if(navigator.mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"]&&navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){var b=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description;return parseInt(b.charAt(b.indexOf(".")-1))>=a}return false}();function popup(l,w,h,scroll){window.open(l,'window',"width="+w+",height="+h+",toolbar=no,location=no,status=no,menubar=no,scrollbars="+scroll+",resizable=yes,top="+(screen.height-h)/2+",left="+(screen.width-w)/2).focus();}window.onload = function () {	if (hasFlash && document.getElementById) {		document.getElementById('horizon').innerHTML = '';		document.body.style.overflow = 'hidden';	}}