function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:高三地理复习课件专题 下一篇:浙江省衢州一中09-10学年高一上学期期中考试 '; }