section_img_path = cv_nonsc_base_path + "/eng/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' 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_02a.gif' alt=\"Welcome Message\"></td>");
document.write("        </tr>");
document.write("      </table>");

