function zoomMovie(){ var windowWidth,windowHeight, windowScroll; if (self.innerHeight) { windowWidth = self.innerWidth; windowHeight = self.scrollHeight; windowScroll = self.scrollHeight; } else if (document.documentElement && document.documentElement.clientHeight) { windowWidth = document.documentElement.clientWidth; windowHeight = document.documentElement.clientHeight; windowScroll = document.documentElement.scrollHeight; } else if (document.body) { windowWidth = document.body.clientWidth; windowHeight = document.body.clientHeight; windowScroll = document.body.scrollHeight; } var videoMask = document.all?document.all['videoMask']:document.getElementById('videoMask'); var swfPlayerA = document.all?document.all['swfPlayerA']:document.getElementById('swfPlayerA'); var swfPlayerB = document.all?document.all['swfPlayerB']:document.getElementById('swfPlayerB'); var videoObject = document.all?document.all['videoPlayer']:document.getElementById('videoPlayer'); var isMaxmized = /.*maxmized.*/i.test(videoObject.className); if(isMaxmized){ videoMask.style.display = 'none'; videoObject.className = 'normalSize'; videoObject.style.position = ''; videoObject.style.height = 214 +'px'; swfPlayerA.width = 231; swfPlayerA.height = 214; if (swfPlayerB){ swfPlayerB.width = 231; swfPlayerB.height = 214; } }else{ videoMask.style.display = 'block'; videoMask.style.height = windowScroll; window.scrollTo(0,0); videoObject.className = 'maxmized'; videoObject.style.position = 'absolute'; videoObject.style.height = screen.height; videoObject.style.top = 30 +'px'; videoObject.style.left = (windowWidth-600)/2 +'px'; swfPlayerA.width = 550; swfPlayerA.height = 510; swfPlayerB.width = 550; swfPlayerB.height = 510; } document.getElementById('videoMask').onclick = function(){zoomMovie()} } document.write('
'); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); //+"&Rnd="+ Math.random()