function index_flagselectorClick(value) {
    window.location = 'index.php?lang=' + value;
}

function index_flagselectorOver(n){
    document.getElementById("index_flagselector"+n).style.backgroundColor = "#066b04";
    document.body.style.cursor = 'hand';
}

function index_flagselectorOut(n){
    document.getElementById("index_flagselector"+n).style.backgroundColor = "#FFFFFF";
    document.body.style.cursor = 'default';
}
