	// close Content Table
	document.write("	</td>\n");
	document.write("</tr>\n");
	document.write("</TABLE>\n");

	// close Sub Table
	document.write("	</td>\n");
	document.write("</tr>\n");
	document.write("</TABLE>\n");

	// close Whole Table
	document.write("	</td>\n");
	document.write("</tr>\n");
	document.write("<tr>\n");
	document.write("	<td width=100% height=20 style=\"background:#303080; font-size:8pt; color:white; font-family:Verdana; text-align:right; vertical-align:top; padding:3px;\">\n");
	document.write("	Created on "+creationdate+" by Yong. English only.\n");
	document.write("	</td>\n");
	document.write("</tr>\n");
	document.write("</TABLE>\n");

	// download function
	function filedown(fileaddress) {
		location.href = fileaddress;
	}
