window.onload = function () {var iWidth = window.innerWidth || (window.document.documentElement.clientWidth || window.document.body.clientWidth); var iHeight = window.innerHeight || (window.document.documentElement.clientHeight || window.document.body.clientHeight);window.onresize = function (evt) {var width = window.innerWidth || (window.document.documentElement.clientWidth || window.document.body.clientWidth);var height = window.innerHeight || (window.document.documentElement.clientHeight || window.document.body.clientHeight);var fl = document.getElementById('Reusch');c=swfobject.getObjectById('Reusch');if ( height < 600 ){c.height = 600;}else{c.height = height;}if ( width < 1000 ){c.width = 1000;}else{c.width = width;}}}