 function download(softname,loc)
 {
 location.href="http://www.bestup.com.cn/cgi/DownLoadcount.exe?&SoftName="+softname+"&DownLoadFile="+loc;
 }

 function downloadrs(softname,loc)
 {
 document.write('<img border=0 height=50 src="http://www.bestup.com.cn/cgi/DownLoadCount.exe?Readonly=True&SoftName='+softname+'&DownloadFile='+loc+'">');

 }

