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

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

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

function news_item_on(e) {
	e.style.backgroundPosition="bottom left";
	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="#ffffff";
	document.getElementById("submenu_" + e).style.textDecoration="none";
}

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";
	document.getElementById("submenu_" + e).style.textDecoration="underline";
}

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';
}

function cat_product_off(e) {	
	e.style.backgroundColor = "#1d1a19";
	e.style.cursor = 'pointer';
}

function cat_product_on(e) {
	e.style.backgroundColor = "#292523";
	e.style.cursor = 'pointer';
}

function wot_like_off(e,i) {	
	img = document.getElementById("like_img_" + i);
	img.style.border = "2px solid #1d1a19";

	e.style.backgroundColor = "#e6e2da";
	e.style.color = "#33302f";
	e.style.cursor = 'pointer';
}

function wot_like_on(e,i) {
	img = document.getElementById("like_img_" + i);
	img.style.border = "2px solid #ffffff";
	
	e.style.backgroundColor = "#686765";
	e.style.color = "#ffffff";
	e.style.cursor = 'pointer';
}
