function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:物理:高三物理知识块系列 下一篇:2010届高三物理第一轮复习课件第1模块 '; }