function top(i)
{
//document.getElementById("menu"+i).bgColor="1D1D73";
document.getElementById("menu"+i).background = 'images/left_menu_2.png';
}
function topp(i)
{
//document.getElementById("menu"+i).bgColor="FE9700";
document.getElementById("menu"+i).background = "";
}


