//左部排行榜
function nTabs(thisObj,Num){
if(thisObj.className == "active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("div");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "active"; 
      document.getElementById(tabObj+"_con"+i).style.display = "block";
  }else{
   tabList[i].className = "normal"; 
   document.getElementById(tabObj+"_con"+i).style.display = "none";
  }
} 
}
//其它标签切换
function nTabs1(thisObj,Num){
if(thisObj.className == "active1")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("div");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "active1"; 
      document.getElementById(tabObj+"_con"+i).style.display = "block";
  }else{
   tabList[i].className = "normal1"; 
   document.getElementById(tabObj+"_con"+i).style.display = "none";
  }
} 
}

//论坛转帖
var clipBoardContent = document.URL;
function copyUserHomeToClipBoard()
 {  
  window.clipboardData.setData("Text",clipBoardContent);
  alert("复制成功，请粘贴到你的QQ/MSN上推荐给你的好友！\r\n\r\n内容如下：\r\n" + clipBoardContent);
 }
 function postToBbs()
 {  
 var obj = document.getElementById('softDetailBbsPost');
 var d=obj.innerText;
 window.clipboardData.setData('text', d);
 alert("您已复制成功");
 }

//收藏
function soucang()
 {  
	var arturl = document.URL;
	var arttitle = document.title;
	//document.writeln("<ul class=\"mdsclist\"><li><a href=\"#\" onclick=\"javascript:window.external.AddFavorite(location.href+\'#sc\',\'★\'+document.title)\">添加到收藏夹<\/a><\/li><li><a href=\"#\" onclick=\"javascript:window.open(\'http:\/\/cang.baidu.com\/do\/add?it=\'+encodeURIComponent(document.title.substring(0,76))+\'&iu=\'+encodeURIComponent(location.href)+\'&fr=ien#nw=1\',\'_blank\',\'scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes\'); void 0\">收藏到百度<\/a><\/li><li><a href=\"#\" onclick=\"window.open(\'http:\/\/myweb.cn.yahoo.com\/popadd.html?url=\'+encodeURIComponent(document.location.href)+\'&title=\'+encodeURIComponent(document.title), \'Yahoo\',\'scrollbars=yes,width=780,height=550,left=80,top=80,status=yes,resizable=yes\');\">收藏到雅虎<\/a><\/li><li><a href=\"#\" onclick=\"javascript:window.open(\'http:\/\/shuqian.qq.com\/post?from=3&title=\'+encodeURIComponent(document.title)+\'&uri=\'+encodeURIComponent(document.location.href)+\'&jumpback=2&noui=1\',\'favit\',\'\');void(0)\">收藏到QQ<\/a><\/li><\/ul>");
	document.writeln("<ul class=\"mdsclist\"><li><a href=\"#\" onclick=\"javascript:window.external.AddFavorite(location.href+\'#sc\',\'★\'+document.title)\">添加到收藏夹<\/a><\/li><li><a href=\"javascript:void((function(s,d,e){if(\/xiaonei\\.com\/.test(d.location))return;var%20f=\'http:\/\/share.xiaonei.com\/share\/buttonshare.do?link=\',u=d.location,l=d.title,p=[e(u),\'&amp;title=\',e(l)].join(\'\');function%20a(){if(!window.open([f,p].join(\'\'),\'xnshare\',[\'toolbar=0,status=0,resizable=1,width=626,height=436,left=\',(s.width-626)\/2,\',top=\',(s.height-436)\/2].join(\'\')))u.href=[f,p].join(\'\');};if(\/Firefox\/.test(navigator.userAgent))setTimeout(a,0);else%20a();})(screen,document,encodeURIComponent));\">分享到人人网<\/a><\/li><li><a href=\"javascript:d=document;t=d.selection?(d.selection.type!=\'None\'?d.selection.createRange().text:\'\'):(d.getSelection?d.getSelection():\'\');void(kaixin=window.open(\'http:\/\/www.kaixin001.com\/~repaste\/repaste.php?&amp;rurl=\'+escape(d.location.href)+\'&amp;rtitle=\'+escape(d.title)+\'&amp;rcontent=\'+escape(d.title),\'kaixin\'));kaixin.focus();\">转贴到开心网<\/a><\/li><li><a href=\"javascript:window.open(\'http:\/\/shuqian.qq.com\/post?from=3&amp;title=\'+encodeURIComponent(document.title)+\'&amp;uri=\'+encodeURIComponent(document.location.href)+\'&amp;jumpback=2&amp;noui=1\',\'favit\',\'width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes\');void(0)\">添加到QQ书签<\/a><\/li><li><a href=\"javascript:u=location.href;t=document.title;t=t.substr(0,76);c=%22%22+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);c=c.substr(0,180);var url=%22http:\/\/cang.baidu.com\/do\/add?it=%22+encodeURIComponent(t)+%22&amp;iu=%22+encodeURIComponent(u)+%22&amp;dc=%22+encodeURIComponent(c)+%22&amp;fr=ien#nw=1%22;window.open(url,\'_blank\',\'scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes\');void 0\">添加到百度搜藏<\/a><\/li><li><a onclick=\"window.open(\'http:\/\/myweb.cn.yahoo.com\/popadd.html?url=\'+encodeURIComponent(document.location.href)+\'&amp;title=\'+encodeURIComponent(document.title), \'Yahoo\',\'scrollbars=yes,width=440,height=440,left=80,top=80,status=yes,resizable=yes\');\" href=\"javascript:;\" rel=\"nofollow\">添加到雅虎收藏<\/a><\/li><\/ul>");
 }
//显示详细机型
function showmolist(){ 
      var oo = document.getElementById("os");
      var oa = document.getElementById("molist");
      var ob = document.getElementById("cb");
      if(oa.style.display == "block"){
                oo.style.display = "block";
                oa.style.display = "none";
                ob.innerHTML = "↓点击查看详细机型列表";
      }else{
                //oo.style.display = "none";
                oa.style.display = "block";
                ob.innerHTML = "↑点击隐藏详细机型列表";
      }
      return false;
}
function scale_img(img)
{
	return;
	var w = 120;
	var h = 160;
	if(img.width > w)
	{
		img.width = w;
		img.height = Math.floor(img.height * (w / img.width));
	}
	if(img.height > h)
	{
		img.height = h;
		img.width = Math.floor(img.width * (h / img.height));
	}
}

function rss(brand , model)
{
	document.writeln('<LI><a href="http://www.xianguo.com/subscribe.php?url=http://www.ruan8.com/rss/'+brand+'/'+model+'" target="_blank"><img border="0" alt="订阅到鲜果" src="/img/rss_xianguo.jpg"/></a></LI><LI><a href="http://fusion.google.com/add?feedurl=http://www.ruan8.com/rss/'+brand+'/'+model+'" target="_blank"><img border="0" alt="订阅到Google" src="/img/rss_google.gif"/></a></LI><LI><a href="http://www.zhuaxia.com/add_channel.php?url=http://www.ruan8.com/rss/'+brand+'/'+model+'" target="_blank"><img border="0" alt="订阅到抓虾" src="/img/rss_zhuaxia.gif"/></a></LI><LI><a href="http://add.my.yahoo.com/rss?url=http://www.ruan8.com/rss/'+brand+'/'+model+'" target="_blank"><img border="0" alt="订阅到Yahoo" src="/img/rss_yahoo.gif"/></a></LI><LI><a href="http://www.pageflakes.com/subscribe.aspx?url=http://www.ruan8.com/rss/'+brand+'/'+model+'" target="_blank"><img border="0" alt="订阅到飞鸽" src="/img/rss_pageflakes.gif"/></a></LI>');
}
