//******javascript

//******ShowDate()


function ShowNav_index(n){

var fontcolor="#ff0000";

with(document){

//**标题

        write("<center>");
        write("<table width='780' height='71' bgcolor='#cc0000' border='0'  cellspacing='0' cellpadding='0'  >");
        write("  <tr>");
	write("    <td align='center' valign='top' >");
        write("      <table width='760' height='70' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
	write("          <tr>");
//	write("             <td height='70' width='145' align=center background='/images/graybg.gif'> <img src='/images/banner3.gif'  ></td>");
//	write("             <td height='70' width='50' align='center' valign='bottom' background='/images/mask2.gif'> </td>"); 
        write("             <td height='70' width='758' bgcolor='#cc0000' align='right' valign='bottom' background=/images/bannercopy_en.gif><font size=2>");
        write("                 <a class='top-nav' href='/about_us/index_en.htm' style='text-decoration:none;color:#990000;font-size:9pt;LINE-HEIGHT:180%'><b>About us</b></a>&nbsp;<font color=000000>|</font>");
        write("			<a class='top-nav' href='/about_us/contact_us_en.htm' style='text-decoration:none;color:#990000;font-size:9pt;LINE-HEIGHT:180%'><b>Contact us</b></a>&nbsp;<font color=000000>|</font>");
        write("			<a class='top-nav' href='/faq/index_en.htm' style='text-decoration:none;color:#990000;font-size:9pt;LINE-HEIGHT:180%'><b>FAQ</b></a>&nbsp;<font color=000000>|</font>");
        write("			<a class='top-nav' href='/report/index_en.htm' style='text-decoration:none;color:#990000;font-size:9pt;LINE-HEIGHT:180%'><b>Incident report</b></a>&nbsp;<font color=000000>|</font>");
        write("			<a class='top-nav' href='/report/research_en.htm' style='text-decoration:none;color:#990000;font-size:9pt;LINE-HEIGHT:180%'><b>Research</b></a>&nbsp;<font color=000000>|</font>");
        write("			<a class='top-nav' href='/spam/index_en.htm' style='text-decoration:none;color:#990000;font-size:9pt;LINE-HEIGHT:180%'><b>Anti-Spam</b></a>&nbsp;<font color=000000>|</font>");
        write("			<a class='top-nav' href='/contact/index_en.htm' style='text-decoration:none;color:#990000;font-size:9pt;LINE-HEIGHT:180%'><b>Links</b></a>&nbsp;&nbsp;</font> </td>");
//      write("             <td height='70' width='210' align='center' valign='bottom' bgcolor='cc0000'> <img src='/images/tian_an_men.gif' ></td>");
        write("           </tr>");
	write("      </table>");
	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 align=right background=/images/line7.gif><a href=/index.htm>Chinese Vision </a>&nbsp;</td>");
        write("        <td width=17 bgcolor=ffffff>  </td></tr>");
        write("</table>");       
 	
 	
//**导航条
        
        write("<table boder=0 width='780'  align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("    <tr><td width=758  height=1 bgcolor=990000></td>");
        write("        <td width=20 background=/images/line4.gif> </td></tr>");
        write("</table>");
       
	   
	   
//**底部链接
        write("<table width='780' height='24' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("	   <tr>");
        write("        <td align='center'>");
        write("            <table width='780' height='24' border='0' cellspacing='0' cellpadding='0' bgcolor='ffffff'>");
        write("                <tr>");                          
        write("                    <td width='170' align='left' valign='center' background='/images/graybg.gif'>");
        write("                      &nbsp;&nbsp;-<a href=/index_en.php>Home</a></td>");
        write("                    <td width='20' ></td>");
        write("                    <td width='570'> &nbsp;</td>");
        write("                    <td width=20 background=/images/line4.gif> </td>");
	write("			</tr>");
	write("             </table>");
	write("         </td>");
        write("	   </tr>");
        write("</table>");	   
  
	   
	   
}

}




