ÿþ<html> <head> <title>InfoNet - Eksterne Håndbøger</title> <script type="text/javascript" language="javascript"> var BookID=0; var DokID=0; var HasGone=false; function CheckUrl() { if (!HasGone) { lS=location.search; lH=location.hash; if (lH!="" && lS=="") lS=lH; lS=lS.toLowerCase(); if (lS.indexOf("bookid=")>-1) { BookID=parseInt(lS.substring(lS.indexOf("bookid=")+7),10); if (isNaN(BookID)) BookID=0; } if (lS.indexOf("dokid=")>-1) { DokID=parseInt(lS.substring(lS.indexOf("dokid=")+6),10); if (isNaN(DokID)) DokID=0; } if (BookID>0) { cFrame=document.getElementById("fContentFrame"); if (cFrame) { HasGone=true; cFrame.src="files\\bookframes"+BookID+".htm"+(DokID>0?"?DokID="+DokID:""); HasGoneSub=false; } } } } var HasGoneSub=false; var toGoSub=false; function CheckFrameUrl(inp) { if (!HasGoneSub && DokID>0) { cFrameSub=fContentFrame.document.getElementById("fBody"); if (cFrameSub) { HasGoneSub=true; cFrameSub.src="dokument"+DokID+".htm"; if (fContentFrame.fContent && fContentFrame.fContent.DoSyncDoc) { tocFrame=fContentFrame.fContent; theImages=tocFrame.document.getElementById("spil"+DokID); if (theImages) { AfsnitID=theImages.parentNode.getAttribute("AfsnitID"); if (tocFrame.tocType==4) { tocFrame.ShowTocStart(AfsnitID,false); } else { tocFrame.ShowToc(AfsnitID,true); } } tocFrame.setSync(DokID); } else { } } else { } } } </script> </head> <frameset rows="20, *, 20" id="fsTop" framespacing="0" frameborder="0" border="0" bordercolor="#000033" onload="CheckUrl()"> <frame name="fHeaderTitle" src="files\frameset\header.htm" scrolling="no" marginheight="0" marginwidth="0" noresize="noresize" /> <frame name="fContentFrame" id="fContentFrame" frameborder="0" src="files\frameset\front.htm" onload="CheckFrameUrl(this)" marginheight="0" marginwidth="0" /> <frame name="fFooter" src="files\frameset\footer.htm" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" /></frameset> </html>