Hello again

The language switch automatically but my custon menu .... nothing =\
I made it with images , it's like... "Home" is an image, with an orange background .... on hover it's blue. With CSS it works fine with two languages, but i can't fix it with three.


It works with that:
<?php
$language = $_SESSION['language'];

if ( $language == 'english' ) {
?>

Menu here

<?php

} else {
?>

English menu here


<?php
}
?>

That i found here, but I don't know php... when i try to add one more "IF" my page don't open at all = (