function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:2013届高三政治一轮复习课件:经济生活(共14份) 下一篇:2013届高三政治一轮复习课件(共58份) '; }