// Added 2006/02/28 ticket #144217 function openMP(the_url) { var the_height_width = "height=600,width=890"+",menubar=no,location=no,toolbar=no,resizable=no,scrollbars=no,status=no"; if (navigator.appName.indexOf("Microsoft") != -1) { the_height_width += ",left=" + ((screen.availWidth - 890) *.5)+ ",top=" + ((screen.availHeight - 600) *.5); } else if (navigator.appName.indexOf("Netscape") != -1) { the_height_width += ",screenX=" + ((screen.availWidth - 890) *.5)+ ",screenY=" + ((screen.availHeight - 600) *.5); } window.open(the_url,"_blank",the_height_width); }