function mouseOver100034(obj){
		obj.style.textDecoration = "underline";
		obj.style.color = "#999999";
	}
function mouseOut100034(obj){
		obj.style.textDecoration = "none";
		obj.style.color = "#999999";
	}

