
function k7_nsposition(bh)
{
	if(ns4==true)
	{
	//*** bh = 256;  Angabe der div Höhe, wichtig für die korrekte positionierung
	wh = window.innerHeight ;
	np = eval(wh-bh)
	document.layer2.top= np;	}
	
}

function k7_nspositionb(bh)
{
	if(ns4==true)
	{
	//*** bh = 256;  Angabe der div Höhe, wichtig für die korrekte positionierung
	wh = window.innerHeight ;
	np = eval(wh-bh)
	document.layer2.top= np;
	location.reload()	}
	
}

function k7_ieposition()
{
if(ie){
document.getElementById("layer2").style.top = null
document.getElementById("layer2").style.bottom = 0}

}