document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"978\" id=\"conTable\" class=\"globaltableprimary\"><tbody><tr>");
/*
<% if ("nonpfsl".equals(strUserType) || "pfsl".equals(strUserType))
	out.println("document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"978\" id=\"conTable\" class=\"globaltableprimary\"><tr>');");
else
	out.println("document.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"600\" id=\"conTable\" class=\"globaltableprimary\"><tr>');");
%>
*/
for(k = 0; k<contentVis.length ; k++) {
	tdID = 10 + k;
	document.write("<td id=\"" + tdID + "\" align=\"center\"><a href=\"#\" id=\"" + k + "\" class=\"globalnavprimary\" onclick=\"showContentNav(" + k + "," + contentVis.length + ");document.getElementById(" + tdID + ").style.backgroundColor=\'#edac00\';document.getElementById(" + k + ").style.color=\'#FFFFFF\';\">" + contentMenuImagesALT[contentVis[k][1]] + "</a></td>");
}
document.write("</tr></tbody></table>");
