function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:地理《水污染及其防治》课件 下一篇:2010年山东省莘县实验高中高一下学期阶段检测 '; }