function openRequestWindow(){ var w = 400, h = 320; var winl = (screen.width-w)/2; var wint = (screen.height-h)/2; window.open('http://strybuc.piertechlive.com/support/requests/add?url='+window.location.href,'','width=' + w + ',height=' + h + ',top=' + wint + ',left=' + winl + ',scrollbars=yes,statusbar=no,resizeable=no'); } function openMessageWindow(){ var w = 380, h = 530; var winl = (screen.width-w)/2; var wint = (screen.height-h)/2; window.open('http://strybuc.piertechlive.com/support/requests/message?url='+window.location.href,'','width=' + w + ',height=' + h + ',top=' + wint + ',left=' + winl + ',scrollbars=yes,statusbar=no,resizeable=no'); } 0 document.write('Off');