window.onload = function() {window.document.flashMovie.focus();nHeight();}
window.onresize = function() {nHeight();}	
function pageHeight() {return window.innerHeight != null? window.innerHeight: document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body != null? document.body.clientHeight:null;}
function nHeight(){window.document.flashMovie.nHeight(pageHeight(),window.document.flashMovie.offsetTop);}
function updateContent(a,b){window.document.flashMovie.updateContent(a,b);}