// Handles rollover images for NN3+ and IE4+
var loaded = new Array();

function FL(image,imageName) {
        if (image && image.src &&
                (null == image.out || typeof(image.out) == typeof(void(0)))) {
                s = image.src;
                image.out = new Image();
                image.out.src = s;
                image.over = new Image();
                if (imageName.lastIndexOf('/') >= 0 || imageName.lastIndexOf('\\') >= 0) {
                        s = imageName;
                } else {
                        i = s.lastIndexOf('/');
                        if (i<0) i = s.lastIndexOf('\\');
                        if (i<0) { s = imageName; }
                        else         { s = s.substring(0,i+1) + imageName; }
                }
                image.over.src = s;
                loaded[image.name] = image;
        }
}
function FR(imageName,over) {
        if (document.images) {
        if (over) { imageObject = "over"; }
        else          { imageObject = "out"; }
        image = loaded[imageName];
        if (image) {
                ref = eval("image."+imageObject);
                if (ref) image.src = eval("image."+imageObject+".src");
        }
        if (window.event)
                window.event.cancelBubble = true;
        }
}


function M0(){
parent.HMENU.location.href="./syn_ana_efm.html";
return true;
}

function M2(){
parent.HMENU.location.href="./git_efm.html";
return true;
}

function M3(){
parent.HMENU.location.href="./rec_nav.html";
return true;
}

function M4(){
parent.HMENU.location.href="./drm_nav.html";
return true;
}

function O(menu){
   if(menu==5){parent.HMENU.location.href="./syn_ana_efm.html";
               return true;}
   else if(menu==2){parent.HMENU.location.href="./git_nav.html";
               return true;}
   else if(menu==3){parent.HMENU.location.href="./rec_nav.html";
               return true;}
   else if(menu==4){parent.HMENU.location.href="./drm_nav.html";
               return true;}

   else if(menu==7){parent.HMENU.location.href="./and_nav.html";
               return true;}
   else if(menu==9){parent.HMENU.location.href="./and_nav.html";
               return true;}
   else if(menu==10){parent.HMENU.location.href="./and_nav.html";
               return true;}
   else {parent.HMENU.location.href="./syn_ana_efm.html";
               return true;}
}

function M(gidu, menu){

extens=".php";

if(menu==5){ord="./synth/html"; extens=".html";}
   else if(menu==2){ord="gitbs/html";}
   else if(menu==3){ord="recfx/html";}
   else if(menu==4){ord="drm/html";}
   else if(menu==7){ord="andere/amp";}
   else if(menu==9){ord="andere/ent";}
   else if(menu==10){ord="andere/pno";}
   else {ord="synth/html";};


loc=ord+"/"+gidu+"/dt2_"+gidu+extens;
parent.HMENU.location.href=loc;

return true;
}
