if (atgb) 
	section_img_path = cv_nonsc_base_path + "/welcome/images_gb/";
else 
	section_img_path = cv_nonsc_base_path + "/welcome/images/";


document.write("      <table width=600 border=0 cellpadding=0 cellspacing=0>");	  
document.write("	     <tr align=right valign=top>"); 		
document.write("          <td><img src=\'"+section_img_path+"banner_02.jpg'alt=\" \" border=0 width=475 ></td>");
document.write("          <td><img src=\'"+section_img_path+"banner_02.gif' alt=\" \" border=0 width=125 ></td>");
document.write("        </tr>");
		
document.write("        <tr align=\'right\' valign=\'top\'> ");
document.write("          <td colspan=2><img src=\'"+section_img_path+"title_02.gif' alt=\"关 于 我 们\"></td>");
document.write("        </tr>");
document.write("      </table>");

