function newWindow(newContent) {newWin=window.open(newContent, 'nextWin','right=0,top=20,width=400,height=500,toolbar=yes,scrollbars=yes,resizable=yes');
 newWin.focus();
 }
