function downloadcount(id){
var myAjax = new Ajax.Request("../hits.asp?rnd="+new Date().getMilliseconds()+"&t=6&id="+id,{method: 'get'});
}

function softCount(vid)
{
	//return;
	var request_url = "/softCount.php?id="+vid;
	document.getElementById('downClick').src=request_url;
}
function thundDown(vid,a)
{
	softCount(vid);
	return OnDownloadClick_Simple(a,2,4);
}

function isIE(){ //ie?
   if (window.navigator.userAgent.toLowerCase().indexOf("msie")>=1)
    return true;
   else
    return false;
}

if(!isIE()){ //firefox innerText define
   HTMLElement.prototype.__defineGetter__(     "innerText",
    function(){
     var anyString = "";
     var childS = this.childNodes;
     for(var i=0; i<childS.length; i++) {
      if(childS[i].nodeType==1)
       anyString += childS[i].tagName=="BR" ? '\n' : childS[i].innerText;
      else if(childS[i].nodeType==3)
       anyString += childS[i].nodeValue;
     }
     return anyString;
    }
   );
   HTMLElement.prototype.__defineSetter__(     "innerText",
    function(sText){
     this.textContent=sText;
    }
   );
}
function postToBbs(vid)
{
	ie = (document.all)? true:false
	if (ie){
		fShowWaiting();
		var obj = document.getElementById('softDetailBbsPost');
		var d=obj.innerText; 
		window.clipboardData.setData('text', d);
		window.setTimeout(hiddenMsg,1000);
	}else{
			window.open("http://www.97sky.cn/");
	}
}

function hiddenMsg()
{
	var obj = document.getElementById('tbMsg');
	obj.style.display="none";
}

function fShowWaiting(){
	try{
		var msg = document.getElementById("tbMsg");
		var o = get_position();
		msg.style.left=o.x;
		msg.style.top=o.y;
		msg.style.display = "";
	}catch(e){

	}
}
function get_position(){
	var e = window.event.srcElement;
	var e1=e;
	var l=e.offsetLeft;t=e.offsetTop; 
	while(e=e.offsetParent){t+=e.offsetTop;l+=e.offsetLeft;};
	l+=e1.scrollWidth; 
	t+=e1.scrollHeight;
	return {x: l, y: t};
}
//显示软件全部介绍
function moreContent()
{
	var c_all = $("content_all");
	var ovf = c_all.style.overflow;
	c_all.style.height = (ovf=="hidden")?"auto":"395px";
	if(c_all.scrollHeight<395)
	{
		//alert(c_all.style.height);
		c_all.style.height="auto";
		alert('没有更多介绍了');
	}
	c_all.style.overflow = (ovf=="hidden")?"visible":"hidden";
	if(c_all.style.overflow == "hidden")
	{
		$('moreButtonSpan').innerHTML='<div align="center"><a href="javascript:moreContent();"><img border="0" style="display:block;" src="/images/ckwz.gif"></a></div>';
	}
	else
	{
		$('moreButtonSpan').innerHTML='<div align="center"><a href="javascript:moreContent();" ><img border="0" style="display:block;" src="/images/ckwz.gif"></a></div>';

	}
}
function $(element) {
    return document.getElementById(element);
}
function showMoreButton()
{
	var c_all = $("content_all");
	if($("content_all").scrollHeight>395)
	{
		//$('moreButtonSpan').innerHTML='[<a href="javascript:moreContent();" class="cRed">完整介绍</a>]';
		$('moreButtonSpan').innerHTML='<div align="center"><a href="javascript:moreContent();" ><img border="0" style="display:block;" src="/images/ckwz.gif"></a></div>';		
	}
	else
	{
		c_all.style.height = "auto";
	}
}
