function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:甘肃省2011届高三物理综合检测题 下一篇:甘肃省2010年九月高考研讨会资料 '; }