// JavaScript Document
function header_orver(_tdObj,_Template){
	_tdObj.style.backgroundImage = "url(images/top_menu_select_n.gif)";
	_tdObj.style.color = "#ffffff";
}
function header_out(_tdObj){
	_tdObj.style.backgroundImage = "";
	_tdObj.style.color = "#ffffff";
}