






function EAG_over(welche)
{
window.clearTimeout(wartie);
EAG_navreset();
var snp = "sne_" + welche.id.substring((welche.id.length - 1), welche.id.length);
var snp_string = eval("document.getElementById('"+snp+"')");
if(snp_string){snp_string.style.visibility = 'visible';}
}



var wartie;


function EAG_out(welche)
{
var snp = "sne_" + welche.id.substring((welche.id.length - 1), welche.id.length);
var snp_string = eval("document.getElementById('"+snp+"')");
if(snp_string){wartie = window.setTimeout("document.getElementById('"+snp+"').style.visibility = 'hidden'", 400);}
}


function EAG_sn_over(welche)
{
window.clearTimeout(wartie);
var hnp = "hnp_" +welche.id.substring((welche.id.length - 1), welche.id.length)
var hnp_string = eval("document.getElementById('"+hnp+"')")
if(hnp_string){hnp_string.className = 'n_td_r';}
}



function EAG_sn_out(welche)
{



var snp = "sne_" + welche.id.substring((welche.id.length - 1), welche.id.length);
var snp_string = "document.getElementById('"+snp+"')";

var hnp = "hnp_" +welche.id.substring((welche.id.length - 1), welche.id.length)
var hnp_string = eval("document.getElementById('"+hnp+"')")

	if(hnp_string){hnp.className = 'n_td';}
	if(snp_string){wartie = window.setTimeout("document.getElementById('"+snp+"').style.visibility = 'hidden'; EAG_navreset();", 400);}

}



function EAG_navreset()
{
	for(i=1; i < 10; i++)
	{
	var w_hnp = eval("document.getElementById('hnp_"+i+"')")

if(w_hnp){var w_hnp_class = eval("document.getElementById('hnp_"+i+"').className");}


	if((w_hnp) && (w_hnp_class != 'n_td_a')){w_hnp.className='n_td'}

	var w_sne = eval("document.getElementById('sne_"+i+"')")
	if(w_sne){w_sne.style.visibility='hidden'}
	}
}


function EAG_navibleib()
{

// alert('beep');

window.clearTimeout(wartie);
}


// PopUp-Fenster
// Das grosse Bild heisst gleich wie die Vorschau, hat aber zusätzlich den Anhang «_gr»
// Das Script erwartet als grosses Bild ein JPG-File mit der Extension «.jpg»


function EAG_AutoFenster(welches)

{

var tn_bild = welches.src;
var bild = tn_bild.substring(0, (tn_bild.length - 7)) + "_gr.jpg";
var fensterstring = "../auto_popup.htm?" + tn_bild

window.open(fensterstring,'','width=100, height=100, scrollbars=no')

}






var EAG_pu_quelle = "";
var EAG_pu_B = "";
var EAG_pu_H = "";

function EAG_app_popup()
{

var openstring = "'"+EAG_pu_quelle +"', '' ,'width="+EAG_pu_B+", height="+EAG_pu_H+", scrollbars=yes'"

window.open(openstring);


}




















