// JavaScript Document
function bgsubsubmenu1()
{
	
	document.getElementById('subsubmenu1').style.display='block';
}
function bgsubsubmenu2()
{
	
	document.getElementById('subsubmenu2').style.display='block';
}
function bg1()
{
	document.getElementById('menu1').style.background = "url(imagini/meniuri/imbracaminte_on.jpg) no-repeat";
	document.getElementById('submenu1').style.display='block';
}
function bg11()
{	
	document.getElementById('menu1').style.background = "url(imagini/meniuri/imbracaminte_off.jpg) no-repeat";
	document.getElementById('submenu1').style.display='none';
}
function bg2()
{
	document.getElementById('menu2').style.background = "url(imagini/meniuri/incaltaminte_on.jpg) no-repeat";
	document.getElementById('submenu2').style.display='block';
}
function bg22()
{
	document.getElementById('menu2').style.background = "url(imagini/meniuri/incaltaminte_off.jpg) no-repeat";
	document.getElementById('submenu2').style.display='none';
}
function bg3()
{
	document.getElementById('menu3').style.background = "url(imagini/meniuri/noutati_on.jpg) no-repeat";
}
function bg33()
{
	document.getElementById('menu3').style.background = "url(imagini/meniuri/noutati_off.jpg) no-repeat";
}
function bg4()
{
	document.getElementById('menu4').style.background = "url(imagini/meniuri/reduceri_on.jpg) no-repeat";
}
function bg44()
{
	document.getElementById('menu4').style.background = "url(imagini/meniuri/reduceri_off.jpg) no-repeat";
}
function bg5()
{	
	document.getElementById('menu5').style.background = "url(imagini/meniuri/voucher_on.jpg) no-repeat";
}
function bg55()
{
	document.getElementById('menu5').style.background = "url(imagini/meniuri/voucher_off.jpg) no-repeat";
}

function bgsubmenu1(id)
{
	document.getElementById('menu1').style.background = "url(imagini/meniuri/imbracaminte_on.jpg) no-repeat";
	document.getElementById(id).style.background = "#03006E";
}
function bgsubmenu2(id)
{
	document.getElementById('menu2').style.background = "url(imagini/meniuri/incaltamine_on.jpg) no-repeat";
	document.getElementById(id).style.background = "#03006E";
}
function reset(id)
{
	//document.getElementById('menu1').style.background = "url(imagini/meniuri/imbracaminte_on.jpg) no-repeat";
	document.getElementById(id).style.background = "#03006E";
}
