if (atgb) 
	section_img_path = cv_nonsc_base_path + "/tele/images_gb/";
else 
	section_img_path = cv_nonsc_base_path + "/tele/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' border=0 width=475 alt=\" \"></td>");
document.write("          <td><img src='"+section_img_path+"banner_02.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_02h.gif' alt=\"電 話 號 碼 及 地 址\"></td>");
document.write("        </tr>");
document.write("      </table>");

