


function openWindow(mUrl, mwidth, mheight){ newwindow=window.open(mUrl, 'new_window', 'width=' + mwidth + ',height=' + mheight + ',scrollbars=yes, resizable' ); if(newwindow && !newwindow.closed){newwindow.focus()} }
