﻿var loai ='none';
var loai2 = 'none';
function pagehome(id)
{
    loai = id;
}
function pagehome2(id)
{
    loai2 = id;
}
function setBackgroud(id,imgsrc)
{
    if(id!=loai)
    {
        document.getElementById(id).style.backgroundImage = 'url(' + imgsrc + ')';
     }
}
function setBackgroud1(id,imgsrc)
{
    if(id!=loai)
    {
        document.getElementById(id).style.backgroundImage = 'url(' + imgsrc + ')';
     }
}
function setBackgroud2(id,imgsrc)
{
    if(id!=loai)
    {
        document.getElementById(id).style.backgroundImage = 'url(' + imgsrc + ')';
     }
}

function setfocusmenu(id)
{
    
    document.getElementById(id).style.color='red';
}
function setimgsrc(id,url)
{
    document.getElementById(id).style.src=url;
}





