function renderlogobar()
{
	var t = '<div id="titlebar"><div id="cersp"><a href="http://www.cersp.com" target="_blank">CERSP首页</a> - <a href="http://news.cersp.com" target="_blank">新闻视点</a> - <a href="http://blog.cersp.com" target="_blank">成长博客</a> - <a href="http://acad.cersp.com" target="_blank">远程培训平台</a> - <a href="http://bbs.cersp.com" target="_blank">教育论坛</a></div> ' +
		' <xsl:call-template name="Title"/> ' +
		' <xsl:call-template name="Subtitle"/> ' +
    ' <xsl:call-template name="Menu"/> ' +
    ' <a href="http://gzxkc.cersp.com">首页</a> | <a href="http://blog.cersp.com/18868/forum.aspx">群组文章</a> | <a href="http://blog.cersp.com/13401/forum.aspx"><b>校长研修</b></a> | <a href="http://blog.cersp.com/18868/category/43078.aspx">课改动态</a> | <a href="http://blog.cersp.com/18868/category/150497.aspx">专家视点</a> | <a href="http://blog.cersp.com/18868/category/43079.aspx">政策方案</a> | <a href="http://blog.cersp.com/18868/category/47893.aspx">教师教学</a> | <a href="http://blog.cersp.com/18868/category/47895.aspx">学生学习</a> | <a href="http://blog.cersp.com/18868/category/48146.aspx">疑问解答</a></div>';
	document.write (t);
}

	function hs(tab) {
		var tabs = tab.parentNode.getElementsByTagName('SPAN');
		for (var i = 0; i < tabs.length; i++) {
			var tid = tabs[i].getAttribute('to');
			var div = document.getElementById(tid);
			div.style.display = (tab == tabs[i]) ? '' : 'none';
			tabs[i].className = (tab == tabs[i]) ? 'hi' : 'lo';
		}
	}

