//*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 linkOn(e) {
	e.style.cursor = 'pointer';
}

function linkOff(e) {
	e.style.cursor = 'pointer';
}
