if (atgb) 
	section_img_path = cv_nonsc_base_path + "/plan/images_gb/";
else 
	section_img_path = cv_nonsc_base_path + "/plan/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_06.jpg' border=0 width=475 alt=\" \"></td>");
document.write("          <td><img src='"+section_img_path+"banner_06.gif' border=0 width=125 alt=\" \"></td>");
document.write("        </tr>");
		
document.write("        <tr align='right' valign='top'> ");
document.write("          <td colspan=2><img src='"+section_img_path+"title_06f.gif' alt=\"¬Fµ¦¤ä´©\"></td>");
document.write("        </tr>");
document.write("      </table>");

