}

function generalWindow(newDest,hh,ww,resiz,scroll) { 
 winSpecs = "width=" + ww + ",height=" + hh + ",resizable=" + resiz + ",status=no,scrollbars=" + scroll + ",toolbar=no";
 newWindow = window.open(newDest, "newWin", winSpecs);
 newWindow.focus();
}
