var col1; 
    col1 = "#dadbdc";
var col1off; 
    col1off = "#cecfce";

function taust1_1(asi1)
{
asi1.bgColor = col1;
}
function taust1_2(asi1)
{
asi1.bgColor = col1off;
}

var col2; 
    col2 = "#F8F2FE";
var col2off; 
    col2off = "#F4EBFD";

function taust2_1(asi1)
{
asi1.bgColor = col2;
}
function taust2_2(asi1)
{
asi1.bgColor = col2off;
}


function peamneyytaust(id){
	document.getElementById("nurk_"+id).src="images/menyy1_vasak_hover.jpg"
	document.getElementById("taust_"+id).style.backgroundColor="#89AF95"
}

function peamneyytaust_out(id){
	document.getElementById("nurk_"+id).src="images/menyy1_vasak.jpg"
	document.getElementById("taust_"+id).style.backgroundColor="#CBCBCB"
}

