MyOtzivCl = function() { var siteAdr = 'http://reformal.ru/'; this.mo_get_win_width = function() { var myWidth = 0; if( typeof( window.innerWidth ) == 'number' ) //Non-IE myWidth = window.innerWidth; else if( document.documentElement && document.documentElement.clientWidth ) //IE 6+ in 'standards compliant mode' myWidth = document.documentElement.clientWidth; else if( document.body && document.body.clientWidth) //IE 4 compatible myWidth = document.body.clientWidth; return myWidth; } this.mo_get_win_height = function() { var myHeight = 0; if( typeof( window.innerHeight ) == 'number' ) //Non-IE myHeight = window.innerHeight; else if( document.documentElement && document.documentElement.clientHeight ) //IE 6+ in 'standards compliant mode' myHeight = document.documentElement.clientHeight; else if( document.body && document.body.clientHeight) //IE 4 compatible myHeight = document.body.clientHeight; return myHeight; } this.mo_get_scrol = function() { var yPos = 0; if (self.pageYOffset) { yPos = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop){ yPos = document.documentElement.scrollTop; } else if (document.body) { yPos = document.body.scrollTop; } return yPos; } this.mo_show_box = function() { if (document.getElementById("fthere").innerHTML == "") { document.getElementById("fthere").innerHTML = ""; } var l = this.mo_get_win_width()/2 - 350; var t = this.mo_get_win_height()/2 - 200 + this.mo_get_scrol(); document.getElementById('myotziv_box').style.top = t+'px'; document.getElementById('myotziv_box').style.left = l+'px'; document.getElementById('myotziv_box').style.display='block'; } this.mo_hide_box = function() { document.getElementById('myotziv_box').style.display='none'; } this.mo_showcss = function() { document.write(""); } this.mo_showframe = function() { this.mo_showcss(); document.write("