var str=" ";
with (document){
str="<ul id='write'>";
str+="<li><a href='http://www.xpower.com.cn/cpbl/index.htm#/' class='link'>产品博览</a></li>";
str+="<li><a href='http://www.xpower.com.cn/fayy/index.htm#/' class='link'>方案运用</a></li>";
str+="<li><a href='http://www.xpower.com.cn/jsfw/index.htm#/' class='link'>技术支持</a></li>";
str+="</ul>";
str+="<ul id='blue'>";
str+="<li><a href='http://www.xpower.com.cn/about/index.htm#/' class='link'>公司简介</a></li>";
str+="<li><a href='http://www.xpower.com.cn/cgal/index.htm#/' class='link'>成功案例</a></li>";
str+="</ul>";
write(str);
}// JavaScript Document
