function EAG_titelweg(){document.getElementById("Seitentitel").style.visibility = 'hidden';}

function EAG_titelher(){document.getElementById("Seitentitel").style.visibility = 'visible';}


function EAG_weg_sprache(){document.getElementById("sprachen").style.visibility = 'hidden';}

function EAG_her_sprache()
{
EAG_her_navikill();
document.getElementById("sprachen").style.visibility = 'visible';
}


function EAG_weg_kommunikation(){document.getElementById("kommunikation").style.visibility = 'hidden';}

function EAG_her_kommunikation()
{
EAG_her_navikill();
document.getElementById("kommunikation").style.visibility = 'visible';
}

function EAG_weg_produkte(){document.getElementById("produkte").style.visibility = 'hidden';}

function EAG_her_produkte()
{
EAG_her_navikill();
document.getElementById("produkte").style.visibility = 'visible';
}

function EAG_her_applikationen()
{
EAG_her_navikill();
document.getElementById("applikationen").style.visibility = 'visible';
}

function EAG_weg_applikationen(){document.getElementById("applikationen").style.visibility = 'hidden';}





function EAG_her_applikationen_maschinen()
{
EAG_her_navikill();
document.getElementById("applikationen_maschinen").style.visibility = 'visible';
}

function EAG_weg_applikationen_maschinen()
{document.getElementById("applikationen_maschinen").style.visibility = 'hidden';}




function EAG_her_applikationen_branchen()
{
EAG_her_navikill();
document.getElementById("applikationen_branchen").style.visibility = 'visible';
}

function EAG_weg_applikationen_branchen(){document.getElementById("applikationen_branchen").style.visibility = 'hidden';}











function EAG_weg_service(){document.getElementById("service").style.visibility = 'hidden';}

function EAG_her_service()
{
EAG_her_navikill();
document.getElementById("service").style.visibility = 'visible';
}



function EAG_her_galerie()
{
EAG_her_navikill();
document.getElementById("galerie").style.visibility = 'visible';
}

function EAG_weg_galerie(){document.getElementById("galerie").style.visibility = 'hidden';}


function EAG_weg_navikill(){document.getElementById("navikill").style.visibility = 'hidden';}

function EAG_her_navikill()
{
document.getElementById("navikill").style.visibility = 'visible';
if(document.getElementById("navikill_oben")){document.getElementById("navikill_oben").style.visibility = 'visible';}
}


function EAG_navisauber()
{
EAG_weg_kommunikation();
EAG_weg_produkte();
EAG_weg_service();
EAG_weg_sprache();
EAG_weg_applikationen();
EAG_weg_galerie();
EAG_weg_navikill();


if (document.getElementById("applikationen_branchen")){EAG_weg_applikationen_branchen();}
if (document.getElementById("applikationen_maschinen")){EAG_weg_applikationen_maschinen();}




}



function EAG_navisauber_appl()
{
EAG_weg_applikationen_maschinen();
EAG_weg_applikationen_branchen()
}



function EAG_popup(inhalt, breite, hoehe)
{

var standardbreite;
var angabebreite = breite;
var angabehoehe = hoehe;

if ((angabebreite == undefined) && (angabehoehe == undefined)) 
	{
	standardbreite = 'scrollbars=no,width=500,height=600';
	}
if ((angabebreite != undefined) && (angabehoehe == undefined)) 
	{
	standardbreite ='scrollbars=no,width='+angabebreite+',height=600';
	}
if ((angabebreite == undefined) && (angabehoehe != undefined)) 
	{
	standardbreite ='scrollbars=no,width=500,height='+angabehoehe;
	}
if ((angabebreite != undefined) && (angabehoehe != undefined)) 
	{
	standardbreite ='scrollbars=no,width='+angabebreite+',height='+angabehoehe;
	}




var datei = 'fenster_600.asp?'+inhalt
window.open(datei,'',standardbreite)
}




var message="Right Click Disabled. Images copyright SU-matic.";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click; 

