   function newWindow(reportSection){
	  sectionWindow=window.open(reportSection,"Report_Section","toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=680,height=600");
	sectionWindow.focus()
}
