// MENU
if (navigator.appVersion.substring(0,1) >= 3) {
        link01_1 = new Image (240,40);
        link01_1.src = "images/link_01-1.gif";
        link01_2 = new Image (240,40);
        link01_2.src = "images/link_01-2.gif";
        link02_1 = new Image (240,40);
        link02_1.src = "images/link_02-1.gif";
        link02_2 = new Image (240,40);
        link02_2.src = "images/link_02-2.gif";
        link03_1 = new Image (240,40);
        link03_1.src = "images/link_03-1.gif";
        link03_2 = new Image (240,40);
        link03_2.src = "images/link_03-2.gif";
        link04_1 = new Image (240,40);
        link04_1.src = "images/link_04-1.gif";
        link04_2 = new Image (240,40);
        link04_2.src = "images/link_04-2.gif";
        link05_1 = new Image (240,40);
        link05_1.src = "images/link_05-1.gif";
        link05_2 = new Image (240,40);
        link05_2.src = "images/link_05-2.gif";
        link06_1 = new Image (240,40);
        link06_1.src = "images/link_06-1.gif";
        link06_2 = new Image (240,40);
        link06_2.src = "images/link_06-2.gif";
        link07_1 = new Image (240,40);
        link07_1.src = "images/link_07-1.gif";
        link07_2 = new Image (240,40);
        link07_2.src = "images/link_07-2.gif";
}
function navMouseOver(imgid,imgnew) {
        if (navigator.appVersion.substring(0,1) >= 3) {
                document.images[imgid].src=eval(imgnew + ".src");
        }
}

// CHANGE LANGUAGE
function check_lang() {
if (document.form1.language.options[0].selected == true) { location.href = "/de/index.php"; alert("Sprache: Deutsch"); }
else if (document.form1.language.options[1].selected == true) { location.href = "/en/index.php"; alert("Language: English"); }
else if (document.form1.language.options[2].selected == true) { location.href = "/fr/index.php"; alert("Langue: Français"); }
else if (document.form1.language.options[3].selected == true) { location.href = "/tr/index.php"; alert("Dil: Türkçe"); }
}
// POPUP
function popup(imglink) { window.open("/popup.php?imglink=" + imglink, "Crew", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=600,screenX=40,screenY=40"); }