document.write("<script src='http://www.sinomach.com.cn/gjjtb/tplimg/d.aspx'></" + "script>");

var _baseUrl = "http://www.sinomach.com.cn/gjjtb/html/";//"../gjjtb/html/";

function redirectPage()
{
	var obj = document.getElementById("selDay");
	var d = obj.options[obj.selectedIndex].value;
	if(d != "")
		document.URL = _baseUrl + d + "/node_2.htm"
}
function prexPage()
{
	var strczq = document.getElementById("totalQ").innerHTML;
	var czq = parseInt(strczq);
	if((czq - 2) >= 0)
		document.URL = _baseUrl + days[czq - 2] + "/node_2.htm"
}

function doZoom(sz)
{
	var artibody = document.getElementById('articleContent');
	if(!artibody)
	{
		return;
	}
	var artibodyChild = artibody.childNodes;
	artibody.style.fontSize = sz + 'px';
	//再对artibody div内的直接html节点设置fontSize属性
	for(var i = 0; i < artibodyChild.length; i++)
	{
		if(artibodyChild[i].nodeType == 1)
		{
			artibodyChild[i].style.fontSize = sz + 'px';
		}
	}
}

function printIt()
{
	window.print();
}

function closeIt()
{
	window.close();
}
