function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:浙江省2009届高三文综地理限时训练系列 下一篇:2009届高三物理综合能力训练课件 '; }