﻿//石头博客wopus模板共用函数文件
//作者:石头
//网站:www.piresion.com/

var seachTips="";
var tempcode='%26nbsp%3B%26nbsp%3B%u6B64%u4E3B%u9898%u7248%u6743%u5F52%3Ca%20href%3D%22http%3A//www.wopus.org%22%20target%3D_blank%3EWopus%3C/a%3E%2C%u5E76%u7531%3Ca%20href%3D%22http%3A//www.piresion.com/%22%3E%u77F3%u5934%3C/a%3E%u4EFF%u5236';//模板重要变量，删除会造成模板不能正常运行
function showcurrent(id){document.getElementById(id).className='current';}
function ShowComments(){
    if(document.getElementById('CommentsListAll').style.display=='none'){
        document.getElementById('CommentsListAll').style.display='';
        document.getElementById('cTi').innerHTML='收起评论列表';
    }else{
        document.getElementById('CommentsListAll').style.display='none';
        document.getElementById('cTi').innerHTML='展开评论列表';}
}