function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } if (chkdiv('fy')){ document.getElementById('fy').innerHTML='上一篇:《战后的社会主义国家》新课教案+复习教案 下一篇:《美苏争霸》新课教案+复习教案 '; }