/****** Skrevet af Kresten@Markussen.dk **********/
//gør at siden skal starte i index.htm
function sl(kald){/*if (top.location==self.location)
	{top.location=kald+"index.htm"}*/}
// function aaben aabner et vindue.
function aaben(sti,navn,efternavn,w,h){navn = window.open(sti+navn+efternavn,navn,'width='+w+',height='+h+',scrollbars=1,resize=1');navn.focus();}
function aabenold(navn,efternavn,w,h){navn = window.open(navn+efternavn,navn,'width='+w+',height='+h+',scrollbars=1,resize=1');navn.focus();}
