var bg_tr = "/images/bg_tr.png";
function overLine(obj) {
	obj.style.backgroundImage="url("+bg_tr+")";
	obj.style.cursor="pointer";
}

function outLine(obj) {
	obj.style.backgroundImage="";
}

