function FWLoadFromPopup ( )
{
   if (document.Form1.Navigation_vertriebskontakt.selectedIndex > 1){
      document.location.href = document.Form1.Navigation_vertriebskontakt.value;
       }
   if (document.Form5.L.selectedIndex > 1){
      document.location.href = document.Form5.L.value;
       }
}

function show(element){
           element.className += "hover";
           }
function hide(element){
           element.className = element.className = "";
     }

function FWLoadFromPopup1 ( ) {

        if (document.JSmenuForm.selector1.selectedIndex > 3 ){
        window.open(document.JSmenuForm.selector1.value)
       }
        else{
        document.location.href = document.JSmenuForm.selector1.value;
       }  


}


