function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2013年高考生物一轮复习精讲精练(人教版必修1) 下一篇:2013届高考一轮复习生物课时提能训练 必修1 '; }