

//write the table that will appear in report warehouse
     for (i=0;i<CaseSize+1;i++){
     document.writeln("<tr>");
	 document.writeln("<td width='150' align='center'><font size='2'><b>"+FileDateArray[i]+"</b></font></td>");
	 document.writeln("<td width='193' align='center'><b>" + TypeofCaseArray[i] + "</b></td>" );
	 if (i==0) {
	 document.writeln("<td width='494' align='center'><b>"+CaseArray[i]+"</b></td>");}
	  
     else{document.writeln("<td width='494' align='center'><b><a style='font-family: Times New Roman; font-size: 8pt; color: #FF0000' href="+LocationofReportArray[i]+">"+CaseArray[i]+"</a></b></td>");}
     
     document.writeln("<td width='119' align='center'><b>"+CostofReportArray[i]+"</b></td>");
	 document.writeln("</tr>");}
	 
	 
//<a href="emailproblems.htm">problem@scaestimate.com</a>
	 
	 
	 
