function INF (button) {

var infoDiv=(button.parentNode.childNodes[2].nodeType==3)? button.parentNode.childNodes[3] : button.parentNode.childNodes[2];

if (infoDiv.style.display=="none") {

infoDiv.style.display='';
button.src="http://www.vectra-club.ru/forum/styles/xandblue/imageset/ru/dopinfo_up.gif"; 

} else {

infoDiv.style.display="none";
button.src="http://www.vectra-club.ru/forum/styles/xandblue/imageset/ru/dopinfo_down.gif"; 

}

}

function infoCursor(button) {

button.style.cursor="pointer";
}