var uri = new b9j.uri.URI(); uri.set( window.location.href ); var uriPath = uri.path(); uriPath += ''; uriPath = uriPath.replace(/\/\s*$/g, ''); uriPath = uriPath.replace(/^\//g, ''); var imgHeight = 294; // preloading var pic1= new Image(); pic1.src='/images/d2/overlay.png'; function popup_box(close) { popUpBoxClosed = true; if (close) { // if(ajaxBasedTranslation == false) // submitForNonAjax(); var popwin = document.getElementById("popup_box").style; document.getElementById("overlay_container").style.display = 'none'; popwin.display = 'none'; document.getElementById('myform').submit(); } else { document.getElementById("overlay_container").style.display = 'block'; // add the popup box var x = document.createElement('div'); x.setAttribute('id','div1'); document.getElementById('overlay_container').appendChild(x); document.getElementById('div1').innerHTML='\ \ '; var popwin = document.getElementById("popup_box").style; pageTracker._trackPageview("translation_button_popup_sp"); var topMargin = (screen.height/2) - imgHeight-50; popwin.marginTop = topMargin + "px"; popwin.display = 'block'; } }