function toZWGK() {
	location.href = "../web/index.jsp?columnId=0025";
}
function toXZXK() {
	location.href = "../zwgk/index.jsp?columnId=00250001";
}
function toBSZN() {
	location.href = "/zwgk/index.jsp?columnId=00250002";
}
function toMBGL() {
	location.href = "/zwgk/index.jsp?columnId=00250003";
}
function toWJXZ() {
	location.href = "/zwgk/index.jsp?columnId=00250004";
}

function toJGZN() {
	location.href = "/index.jsp";
}
function toZCFG() {
	location.href = "/zcfg/index.jsp?columnId=0003";
}
function toFZGH() {
	location.href = "/web/index.jsp?columnId=0002";
}
function toGYBJ() {
	location.href = "/web/index.jsp?columnId=0007";
}
function toCYZD() {
	location.href = "/web/index.jsp?columnId=0006";
}
function toHYXH() {
	location.href = "/web/index.jsp?columnId=0008";
}
function toGYOY() {
	location.href = "/gyoy/index.jsp?columnId=0011";
}
function toMYJT() {
	location.href = "/myjt2006/index.jsp";
}

function resetBigImages()
{
	var imgs = document.images;
	for(i=0;i<imgs.length;i++)
	{
		if(imgs[i].width>700 && imgs[i].id!="topLine")
		{
			while(imgs[i].width>700)
			{
				imgs[i].width = imgs[i].width *0.9;
				imgs[i].height = imgs[i].height *0.9;
			}
		}
	}
}

