if (atgb) 
	section_img_path = "../images/";
else 
	section_img_path = "../images/";

document.write("      <table width=600 border=0 cellpadding=0 cellspacing=0>");	  
document.write("	     <tr align=left valign=top>"); 		
document.write("          <td><img src='"+section_img_path+"banner.jpg' border=0 width=600 alt=\"交 通 费 支 援 计 划\"></td>");
document.write("        </tr>");
		
document.write("      </table>");
