// external javascript who's online / what's new function get_explanation(urltoopen,width,height,features) { var top = (screen.height/2-height/2); var left = (screen.width/2-width/2); view_ex = window.open(urltoopen,"view","width=" + width + ",height=" + height + ",left=" + left + ",top=" + top + "" + features + ",resizable=yes"); view_ex.focus(); } // document.write('