﻿// JScript File


// --------------------------- Language Button --------------------------- //

// ---------- langchi ----------- //
function langchiOn(id)
{
    document.getElementById(id).style.marginLeft = "-68px";
}
        
function langchiOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}
        
// ---------- langcn ----------- //
function langcnOn(id)
{
    document.getElementById(id).style.marginLeft = "-68px";
}
        
function langcnOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}

// ---------- langeng ----------- //
function langengOn(id)
{
    document.getElementById(id).style.marginLeft = "-60px";
}
        
function langengOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}

// ---------- langpor ----------- //
function langporOn(id)
{
    document.getElementById(id).style.marginLeft = "-76px";
}
        
function langporOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}




// --------------------------- Link Image --------------------------- //

// ---------- linkDsc ----------- //
function linkDscOn(id)
{
    document.getElementById(id).style.marginLeft = "-189px";
}
        
function linkDscOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}

// ---------- linkMus ----------- //
function linkMusOn(id)
{
    document.getElementById(id).style.marginLeft = "-160px";
}
        
function linkMusOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}

// ---------- linkEsign ----------- //
function linkEsignOn(id)
{
    document.getElementById(id).style.marginLeft = "-120px";
}
        
function linkEsignOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}

// ---------- linkEms ----------- //
function linkEmsOn(id)
{
    document.getElementById(id).style.marginLeft = "-180px";
}
        
function linkEmsOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}

// ---------- linkPhil ----------- //
function linkPhilOn(id)
{
    document.getElementById(id).style.marginLeft = "-69px";
}
        
function linkPhilOff(id)
{
    document.getElementById(id).style.marginLeft = "0px";
}
