function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江杭州高二教研公开课课件 下一篇:浙江省2011年高考一轮复习资源大全 '; }