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

function news_item_on(e) {
	e.style.backgroundColor='#403c3b';
	e.style.cursor = 'pointer';
}

function products_main_off(e) {
	document.getElementById("box_product_" + e).style.backgroundPosition="top left";
	document.getElementById("box_product_" + e).style.cursor = 'pointer';
}

function products_main_on(e) {
	document.getElementById("box_product_" + e).style.backgroundPosition="bottom left";
	document.getElementById("box_product_" + e).style.cursor = 'pointer';
}

function box_main_off(e) {
	document.getElementById("box_" + e).style.backgroundColor="#ffffff";
	document.getElementById("box_main_" + e).style.cursor = 'pointer';
}

function box_main_on(e) {
	document.getElementById("box_" + e).style.backgroundColor="#d9d8ca";
	document.getElementById("box_main_" + e).style.cursor = 'pointer';
}

function submenu_off(e) {
	document.getElementById("submenu_" + e).style.backgroundPosition="top left";
	document.getElementById("submenu_" + e).style.cursor = 'pointer';
	document.getElementById("submenu_" + e).style.color="#e3a4a5";
}

function submenu_on(e) {
	document.getElementById("submenu_" + e).style.backgroundPosition="bottom left";
	document.getElementById("submenu_" + e).style.cursor = 'pointer';
	document.getElementById("submenu_" + e).style.color="#ffffff";
}

function product_box_big_off(e) {
	e.style.backgroundPosition="top left";
	e.style.cursor = 'pointer';
}

function product_box_big_on(e) {
	e.style.backgroundPosition="top right";
	e.style.cursor = 'pointer';
}

function product_box_small_off(e) {
	e.style.backgroundPosition="top left";
	e.style.cursor = 'pointer';
}

function product_box_small_on(e) {
	e.style.backgroundPosition="top right";
	e.style.cursor = 'pointer';
}

function promo_off(e) {
}

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

