function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:生物苏教版《细胞增殖》教学资料汇总 下一篇:2010高考自然地理复习系列课件精编 '; }