function doPopupWindow(newContent) { 
    winContent = window.open(newContent, 'nextWin', 'left=50, top=50, width=600, height=400, toolbar=no,scrollbars=yes, resizable=no'); 
}