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学年高一上学期化学试卷精选(二) 下一篇:甘肃省物理多媒体教学优质课件 '; }