// JavaScript Document
function whenMouseMove(win_this)
{
	win_this.style.background = "#282828";
}

function whenMouseOut(win_this)
{
	//win_this.style.background = "images/menu_bg.jpg";
	//win_this.style.background = "#141414";
	win_this.className = "line_sux1";
}

function whenMouseMove1(win_this)
{
	win_this.style.background = "#282828";
}

function whenMouseOut1(win_this)
{
	win_this.style.background = "#141414";
}