function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:【高考聚焦】2014届高三物理一轮复习课件(46份) 下一篇:【高考聚焦】2014届高三数学(理)一轮复习课件(77份) '; }