function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2010届历史高考一轮复习精品课件全套下载 下一篇:历史:2010届高考二轮复习精品专题之中国古代史 '; }