function moveUp_doctype() { try { var fm = document.getElementById("fakemessenger"); var fmt = document.getElementById("fakemessengertable"); fm.style.display = "block"; var fmh = parseInt(fm.offsetHeight); var fmw = parseInt(fm.offsetWidth); var fmth = parseInt(fmt.offsetHeight); var fmtw = parseInt(fmt.offsetWidth); var wh; wh = document.body.clientHeight; if ( document.body.offsetHeight == wh && document.documentElement && document.documentElement.clientHeight ) { wh = document.documentElement.clientHeight; } var ww; ww = document.body.clientWidth; if ( document.body.offsetWidth == ww && document.documentElement && document.documentElement.clientWidth ) { ww = document.documentElement.clientWidth; } var scrollY; if (typeof window.pageYOffset != 'undefined') { scrollY = window.pageYOffset; } else if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') { scrollY = document.documentElement.scrollTop; } var scrollX; if (typeof window.pageXOffset != 'undefined') { scrollX = window.pageXOffset; } else if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') { scrollX = document.documentElement.scrollLeft; } if(0 == 0) { fm.style.height = fmth + "px"; } else { if ( parseInt(fm.style.height) < parseInt(fmth) ) { fm.style.height = (parseInt(fm.style.height) + 1) + "px"; } } fm.style.width = parseInt(fmtw) + "px"; fm.style.left = (ww + scrollX - fmw - 2) + "px"; fm.style.top = (wh + scrollY - fmh - 2) + "px"; window.setTimeout("moveUp_doctype();", 1); } catch ( e ) { window.setTimeout("moveUp_doctype();", 1); } } function moveUp_nodoctype() { try { var fm = document.getElementById("fakemessenger"); var fmt = document.getElementById("fakemessengertable"); fm.style.display = "block"; var fmh = fm.offsetHeight; var fmw = fm.offsetWidth; var fmth = fmt.offsetHeight; var fmtw = fmt.offsetWidth; var ww = document.body.clientWidth; var wh = document.body.clientHeight; if(0 == 0) { fm.style.height = fmth; } else { if ( parseInt(fm.style.height) < parseInt(fmth) ) { fm.style.height = (parseInt(fm.style.height) + 1) + "px"; } } fm.style.width = parseInt(fmtw); fm.style.left = ww + document.body.scrollLeft - parseInt(fmw) - 2; fm.style.top = wh + document.body.scrollTop - parseInt(fmh) - 2; window.setTimeout("moveUp_nodoctype();", 1); } catch ( e ) { window.setTimeout("moveUp_nodoctype();", 1); } } if ( document.doctype || document.childNodes.length > 1 ) { window.setTimeout("moveUp_doctype();", 1000); } else { window.setTimeout("moveUp_nodoctype();", 1000); } function close_message() { var fm = document.getElementById("fakemessenger"); fm.style.visibility = "hidden"; }function showpromotion662d6808e018c(id) { document.write (''); if (document.getElementById("maxolutionAdDivpromotion662d6808e01c5")) { document.getElementById("maxolutionAdDivpromotion662d6808e01c5").style.width = "700px"; document.getElementById("maxolutionAdDivpromotion662d6808e01c5").style.height = "220px"; initpromotion662d6808e0245(); } } function initpromotion662d6808e020c() { if (0 == 0) { showpromotion662d6808e018c(); } else { if (1 == 1) { showpromotion662d6808e018c(); } } } initpromotion662d6808e020c();