// Popup

var win=null;
function popup(mypage,myname,w,h)
{
settings='width='+w+',height='+h+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
win=window.open(mypage,myname,settings);
}

function nilslink (Adresse) 
{
	nilsFenster = window.open(Adresse, "nilsfenster", "width=300,height=200,scrollbars=yes");
	nilsFenster.focus();
	Adresse ='http://www.danliker.ch';
	var t=setTimeout("nilsFenster.location.href = Adresse;",500);
}
