<link rel="stylesheet" type="text/css" href="NetSite.css">
<style>
ul.url-list{
list-style:none;
margin:0;
padding:0;
}
ul.url-list li {
float:left;
width:8em;
margin:4px 0;
white-space:nowrap;
}
ul.url-list li a:link,a:visited {
font-size:12px;
color:#000;
text-decoration:none;
}
ul.url-list li a:hover{
font-size:12px;
color:#000;
text-decoration:none;
}
</style>
<script type="text/javascript">
//软件列表
softList = [['软件屋', 'http://www.softhouse.com.cn/'],
   ['鲨鱼丸', 'http://www.whatisnet.net/'],
   ['搜新网', 'http://www.souxin.com/'],
   ["魔方大厦","http://www.mofang.net/"],
   ["99软件站","http://www.99soft.com/"],
   ["163软件站","http://www.soft163.com/"]];//硬件列表
hardList = [["硬件之家","http://www.xxx.com"]];</script>
<script language="JavaScript">
function ShowList(Id)
{
var list = (Id == 0) ? softList : hardList;
h = ['<ul class="url-list">'];
for(var i=0;i<list.length;i++)
{
h.push( "<li><a href='"+list[i][1]+"'>"+list[i][0]+"</a></li>" );
}
h.push( "</ul>");
document.getElementById("list").innerHTML = h.join("");
}</script><script language="JavaScript">
function TypeList(Txt,Count,TypeId)
{
document.write ("<table width='120' border='0' cellpadding='0' cellspacing='0' bgcolor='#F6F6F6'>");
document.write ("<tr>");
document.write ("<td width='120' height='20' valign='middle'> ");document.write ("<a href=# OnClick=ShowList('"+TypeId+"')>");
document.write (Txt);
document.write ("["+"<font color=blue>"+Count+"</font>"+"]");
document.write ("</a>");document.write ("</td>");
document.write ("</tr>");
document.write ("</table>");
}</script><table width="800" border="0" cellpadding="0" cellspacing="0"><tr>
<td width="120" height=100% valign="top" class="border-lr"><!--生成分类列表头-->
<table class='border-lr' width='120' border='0' cellpadding='0' cellspacing='0' bgcolor='#CCCCCC'>
<tr>
<td width='120' height='20' valign='middle' bgcolor='#1C698E'><font color='#FFFFFF'> 网址分类</font></td>
</tr>
</table><!--生成分类列表-->
<script language="JavaScript">
TypeList("软件","6",0);
TypeList("硬件","1",1);
</script></td><td width="680" valign="top" align="right"><!--生成表头-->
<table width='660' border='0' cellpadding='0' cellspacing='0' class='border-l'>
<tr>
<td colspan='6' height='20' valign='middle' bgcolor='#1C698E'>
<font color=white> 更新时间:2005-12-25</font>
</td>
</tr>
<!--生成网址信息-->
<tr>
<td id="list"></td>
</tr><tr>
<td height=*></td><td></td><td></td><td></td><td></td>
</tr>
</table></td>
</tr></table>