//*written by The Shadowhand Company (www.shadowhand.hu) & Voov (www.voov.hu), copyright 2007*//


function gotoUrl(url) {
  document.location.href = mainurl + url;
  return true;
}

function listOn(e) {
	e.style.background='url(../images/bg_news_arrow_over.gif) no-repeat center bottom';
	e.style.backgroundColor='#303030';
	e.style.cursor = 'pointer';
}

function listOff(e) {
	e.style.background='url(../images/bg_news_arrow.gif) no-repeat center bottom';
	e.style.backgroundColor='#232323';
	e.style.cursor = 'pointer';
}