var img_path = cv_nonsc_base_path + "/images/";
document.write("<BR>");
document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"580\">");
document.write("<tr>");
//document.write("<td width=\"29\" height=\"47\" style=\"background-image: url('"+img_path+"content/left_top.jpg'); background-repeat: no-repeat;\">&nbsp;</td>");
//document.write("<td>");
//document.write("<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
//document.write("<tr>");
//document.write("<td width=\"22\" height=\"47\" style=\"background-image: url('"+img_path+"content/title_left.jpg'); background-repeat: no-repeat;\">&nbsp;</td>");
//document.write("<td width=\"20%\" style=\"background-image: url('"+img_path+"content/title_line.jpg'); background-repeat: repeat-x; text-align:center;\">");
//document.write("<font class=\"Topic\"><div id=\"Tab1\"></div></font>");
//document.write("</td>");
//document.write("<td width=\"22\" style=\"background-image: url('"+img_path+"content/title_right.jpg'); background-repeat: no-repeat;\">&nbsp;</td>");
//document.write("<td style=\"background-image: url('"+img_path+"content/line_h_top.jpg'); background-repeat: repeat-x;\">&nbsp;</td>");
//document.write("</tr></table>");
//document.write("</td>");
//document.write("<td style=\"background-image: url('"+img_path+"content/right_top.jpg'); background-repeat: no-repeat;\">&nbsp;</td>");
document.write("<td colspan=\"3\">");
 
document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"580\">");
document.write("<tr>");
document.write("<td rowspan=\"2\">&nbsp;</td>");
document.write("<td><img src=\""+img_path+"content/title/title_02.jpg\" border=\"0\" /></td>");
document.write("<td id=\"MaintopicWidth\" style=\"background-image: url('"+img_path+"content/title/title_03.jpg'); background-repeat: repeat-x;\"></td>");
document.write("<td><img src=\""+img_path+"content/title/title_04.jpg\" border=\"0\" /></td>");
document.write("<td rowspan=\"2\" colspan=\"2\">&nbsp;</td></tr>");
document.write("<tr>");
document.write("<td id=\"MaintopicHeight\" style=\"background-image: url('"+img_path+"content/title/title_10.jpg'); background-repeat: repeat-y;\">&nbsp;</td>");
document.write("<td rowspan=\"2\" valign=\"bottom\" align=\"center\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr align=\"left\"><td><font class=\"Topic\"><div id=\"Tab1\"></div></font></td></tr></table></td>");
document.write("<td style=\"background-image: url('"+img_path+"content/title/title_11.jpg'); background-repeat: repeat-y;\">&nbsp;</td>");
document.write("</tr>");
document.write("<tr valign=\"bottom\">");
document.write("<td rowspan=\"2\" width=\"29\" height=\"24px\"><img src=\""+img_path+"content/title/title_12.jpg\" border=\"0\" /></td>");
document.write("<td><img src=\""+img_path+"content/title/title_13.jpg\" border=\"0\" /></td>");
document.write("<td width=\"13\"><img src=\""+img_path+"content/title/title_14.jpg\" border=\"0\" /></td>");
document.write("<td rowspan=\"2\" width=\"650\" style=\"background-image: url('"+img_path+"content/title/title_15.jpg'); background-repeat: repeat-x;\">&nbsp;</td>");
document.write("<td rowspan=\"2\"><img src=\""+img_path+"content/title/title_17.jpg\" border=\"0\" /></td>");
document.write("</tr>");
document.write("<tr height=\"12px\">");
document.write(" <td valign=\"bottom\"><img src=\""+img_path+"content/title/title_18.jpg\" height=\"12\" border=\"0\" /></td>");
document.write("<td valign=\"bottom\"><img src=\""+img_path+"content/title/title_19.jpg\" height=\"12\" width=\"100%\" border=\"0\" /></td>");
document.write("<td valign=\"bottom\"><img src=\""+img_path+"content/title/title_20.jpg\" height=\"12\" border=\"0\" /></td>");
document.write("</tr>");
document.write("</table>");
        
        
document.write("<td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td width=\"29\" style=\"background-image: url('"+img_path+"content/line_v_left.jpg'); background-repeat: repeat-y;\">&nbsp;</td>");
document.write("<td width=\"522\">");
document.write("<br>");
document.write("<P>");


function ChangeTopic(NewTopic, height1, width1){

    document.getElementById("Tab1").innerHTML = NewTopic + "&nbsp;";
    document.getElementById("MaintopicHeight").height = height1;
    document.getElementById("MaintopicWidth").width = width1;
}