    function LK(filename) {
	pref = "fn.htm#p"
        open(pref+filename,"Linker","resizable=yes,scrollbars=yes,status=yes,toolbar=yes,location=yes,directories=yes,menubar=yes,width=600,height=400");
    }
