//***底部
function showbottom(){
with(document){

//**底部链接
        write("<table width='780' height='25' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("		<tr>");
	write("			<td align='center' valign='bottom'> ");
	write("				<table width='760' height='24' border='0' cellspacing='0' cellpadding='0' bgcolor='ffffff'>");
	write("					<tr>");
	write("			<td width='30' align='right'><a href='#' target='_top' style='color:darkblue;font-size:5pt'><img src='/images/arrow1.gif' border=0></a>&nbsp;&nbsp;</td>");
        write("			<td width=600 align=right>[ Copyright CCERT 2001 &nbsp;&nbsp;&nbsp; Email<img src='/images/mail13.jpg' width='201' height='16' align='absmiddle'>&nbsp;&nbsp; Phone:86-10-62784301 ]");
        write("			</td>");
        write("						<td width='30'>&nbsp;&nbsp;<a href='#' target='_top' style='color:darkblue;font-size:5pt'><img src='/images/arrow1.gif' border=0></a> </td>");
	write("					</tr>");
	write("				</table>");
	write("			</td>");
	write("                 <td width=20 background=/images/line4.gif> </td>");
        write("		</tr>");
        write("</table>");

//**底部横线
        write("<table width='780' height='15' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("<tr>");
	write("<td align='center' width=760>");
	write("</td>");
	write("<td width=20 background=/images/line4.gif> </td>");
        write("</tr>");
        write("</table>");

        write("<table boder=0 width='780'  align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("    <tr><td width=763  height=20 background=/images/line7.gif></td>");
        write("        <td width=17 bgcolor=ffffff> </td></tr>");
        write("</table>"); 
}
}
