// JavaScript Document

function change(img_src,img_name) {
	document[img_name].src = img_src;
}
//Image highlight Function
function highlight(img_src,img_name)
{
document[img_name].src = img_src;
}
/* MouseOver Function Ends*/
document.write("<table width=\"157\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td><a href=\"/presskit/company_profile.html\"><img src=\"/presskit/img/companyprofile_on.gif\" alt=\"Company Profile\" name=\"companyprofile\" border=\"0\"/></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href=\"/company/business_snapshot/cl_factsheet.html\"><img src=\"/presskit/img/clfactsheet_on.gif\" alt=\"CL Factsheet\" name=\"factsheet\" border=\"0\"/></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href=\"/presskit/news.html\"><img src=\"/presskit/img/news_on.gif\" alt=\"CL News\" name=\"news\" border=\"0\"/></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href=\"/presskit/management_profile.html\"><img src=\"/presskit/img/management_on.gif\" alt=\"Management Profile\" name=\"management\" border=\"0\"/></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href=\"/presskit/photos.html\"><img src=\"/presskit/img/photos_on.gif\" alt=\"Photos\" name=\"photos\" border=\"0\"/></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href=\"/company/aboutcl/media_reports.html\"><img src=\"/presskit/img/clmedia_on.gif\" alt=\"CL in Media\" name=\"media\" border=\"0\"/></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><a href=\"/company/business_snapshot/financial_results.html\"><img src=\"/presskit/img/financialnews_on.gif\" alt=\"Financial News\" name=\"financial\" border=\"0\"/></a></td>");
document.write("</tr>");
document.write("</table>");
