function show(obj)
{
		var index = 0;
		var j=0;
		for(var i=0;i<obj.parentNode.childNodes.length;i++)
		{
			if(obj.parentNode.childNodes[i].tagName == "TD" )
			{
				if(obj.parentNode.childNodes[i].className != "centerNewsMore"){
					obj.parentNode.childNodes[i].className = "centerNewsTitle2";
					document.getElementById("hide"+j).style.display = "none";
					j = j + 1;
				}
				if(obj.parentNode.childNodes[i] == obj)  index = i;
			}
		}
		obj.className = "centerNewsTitle1";
		document.getElementById("hide" + index).style.display = "";
		try
		{
			top.resizeFrame();
		}
		catch(ex){}
}



function over(obj){
	obj.className="unit0";
	try{
		top.resizeFrame();
	}catch(ex){}
}
function out(obj){
	obj.className="unit1";
	try{
		top.resizeFrame();
	}catch(ex){}
}



function over1(obj){
	obj.style.color="#01A7B1";
	try{
		top.resizeFrame();
	}catch(ex){}
}
function out1(obj){
	obj.style.color="#444444";
	try{
		top.resizeFrame();
	}catch(ex){}
}
function over2(obj){
	obj.style.color="#FF8A00";
	try{
		top.resizeFrame();
	}catch(ex){}
}
function out2(obj){
	obj.style.color="#50514B";
	try{
		top.resizeFrame();
	}catch(ex){}
}



function changeto(obj){
	obj.style.color="#FF6600";
	try{
		top.resizeFrame();
	}catch(ex){}
}
function changeback(obj){
	obj.style.color="#41800d";
	try{
		top.resizeFrame();
	}catch(ex){}
}



function showMenu(){
	//alert("123");
	newX = window.event.x + document.body.scrollLeft;
	newY = window.event.y + document.body.scrollTop;
	menu = document.getElementById("hide");
	menu.style.display = "";
	menu.style.pixelLeft = 700;
	menu.style.pixelTop = 250;
}
function hideMenu(){
	//alert("aaa");
	menu = document.getElementById("hide");
	menu.style.display = "none";
}


function show1(obj){
		//alert("show1");
		obj.className="cssMenuItem1";
		try{
			top.resizeFrame();
		}catch(ex){}
	}
function show2(obj){
		//alert("show2");
		obj.className="cssMenuItem";
		try{
			top.resizeFrame();
		}catch(ex){}
	}