// JavaScript Document
document.writeln(" <table class='black22' cellSpacing='0' cellPadding='3' width='93%' border='0' id='table133'>");
document.writeln("<tr  onmouseout=\'mOut(this,\"#E4E8EB\")\'  onMouseOver=\'mOvr(this,\"#D8DDE1\")\'  bgColor=\"#E4E8EB\" bgColor=\"#E4E8EB\">");
document.writeln("<td  class=\"black2\" align=\"right\" width='20'><img border='0' src='../about/images/080606-1.gif' width='8' height='7'><\/td>");
document.writeln("<td  class=\"black2\" width='100%'  align=\"left\"><a href=\'20080618142313.htm\' class='7'>&nbsp;Company Profile<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td class=\"black2\" align=\"middle\" width=\"100%\" height=\"5\" colspan=\"2\"><!---->");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<\/table>");
document.writeln(" <table class='black22' cellSpacing='0' cellPadding='3' width='93%' border='0' id='table133'>");
document.writeln("<tr  onmouseout=\'mOut(this,\"#E4E8EB\")\'  onMouseOver=\'mOvr(this,\"#D8DDE1\")\'  bgColor=\"#E4E8EB\" bgColor=\"#E4E8EB\">");
document.writeln("<td  class=\"black2\" align=\"right\" width='20'><img border='0' src='../about/images/080606-1.gif' width='8' height='7'><\/td>");
document.writeln("<td  class=\"black2\" width='100%'  align=\"left\"><a href=\'javascript:showmenu(\"0\")\' class='7'>&nbsp;News<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td class=\"black2\" align=\"middle\" width=\"100%\" height=\"5\" colspan=\"2\"><!---->");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_0  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"  class=\"black2\" bgcolor=\"#F0EEEF\">");
document.writeln("<tr>");
document.writeln("<td  width=\"2\" valign=\"middle\" width='25%' align='right' class='black2'>&nbsp;<\/td>");
document.writeln("<td  valign=\"middle\" align=\"left\" width='75%' class='black2'><font color=\'#FFFFFF\'><a href=\'11060201.htm\' class='7'>Company News<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  width=\"2\" valign=\"middle\" width='25%' align='right' class='black2'>&nbsp;<\/td>");
document.writeln("<td  valign=\"middle\" align=\"left\" width='75%' class='black2'><font color=\'#FFFFFF\'><a href=\'11060202.htm\' class='7'>Industry News<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  width=\"2\" valign=\"middle\" width='25%' align='right' class='black2'>&nbsp;<\/td>");
document.writeln("<td  valign=\"middle\" align=\"left\" width='75%' class='black2'><font color=\'#FFFFFF\'><a href=\'11060203.htm\' class='7'>Picture News<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table class='black22' cellSpacing='0' cellPadding='3' width='93%' border='0' id='table133'>");
document.writeln("<tr  onmouseout=\'mOut(this,\"#E4E8EB\")\'  onMouseOver=\'mOvr(this,\"#D8DDE1\")\'  bgColor=\"#E4E8EB\" bgColor=\"#E4E8EB\">");
document.writeln("<td  class=\"black2\" align=\"right\" width='20'><img border='0' src='../about/images/080606-1.gif' width='8' height='7'><\/td>");
document.writeln("<td  class=\"black2\" width='100%'  align=\"left\"><a href=\'20080728104633.htm\' class='7'>&nbsp;Company Culture<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td class=\"black2\" align=\"middle\" width=\"100%\" height=\"5\" colspan=\"2\"><!---->");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<\/table>");
document.writeln(" <table class='black22' cellSpacing='0' cellPadding='3' width='93%' border='0' id='table133'>");
document.writeln("<tr  onmouseout=\'mOut(this,\"#E4E8EB\")\'  onMouseOver=\'mOvr(this,\"#D8DDE1\")\'  bgColor=\"#E4E8EB\" bgColor=\"#E4E8EB\">");
document.writeln("<td  class=\"black2\" align=\"right\" width='20'><img border='0' src='../about/images/080606-1.gif' width='8' height='7'><\/td>");
document.writeln("<td  class=\"black2\" width='100%'  align=\"left\"><a href=\'20080728111711.htm\' class='7'>&nbsp;History<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td class=\"black2\" align=\"middle\" width=\"100%\" height=\"5\" colspan=\"2\"><!---->");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<\/table>");
function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<1;i++) 
{
	if(document.all('menu_'+i)==null) continue;
	if(i!=id) 
		document.all('menu_'+i).style.display='none';
}
if(document.all('menu_'+id).style.display=='block'){
	document.all('menu_'+id).style.display='none';
}else{
	document.all('menu_'+id).style.display='block';
}
}

var obj_menuid=document.getElementById("menuid");
if(obj_menuid!=null&&document.all('menu_'+obj_menuid.value)!=null)
{document.all('menu_'+obj_menuid.value).style.display='block';
}
