//*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 threecolOn(e) {
	e.style.cursor='pointer';
	e.style.background='url(' + rewrite_fix + 'images/image_bg_3col_over.gif) no-repeat center top';
}

function threecolOff(e) {
	e.style.background='url(' + rewrite_fix + 'images/image_bg_3col.gif) no-repeat center top';
}

function twocolOn(e) {
	e.style.cursor='pointer';
	e.style.background='url(' + rewrite_fix + 'images/image_bg_2col_over.gif) no-repeat center top';
}

function twocolOff(e) {
	e.style.background='url(' + rewrite_fix + 'images/image_bg_2col.gif) no-repeat center top';
}

function listOn(e) {
	e.style.cursor='pointer';
	e.style.backgroundColor='#f6f6f6';
}

function listOff(e) {
	e.style.cursor='pointer';
	e.style.backgroundColor='transparent';
}
