//*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.cursor='pointer';
	e.style.backgroundColor='#f0f5f9';
}
function listOff(e) {
	e.style.cursor='pointer';
	e.style.backgroundColor='transparent';
}
