//-------------------------------------------------------------------------
// Copyright (C) 1999-2004 Norsk Helse Informatikk AS
// Last changed by: Anders Skjeggestad
// Date: 15.12.2004
//-------------------------------------------------------------------------

if(window.name == "print") {
	document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/document/print.css\">");
} else {
	if(parent.bExplorer4up) {
		document.writeln("<script type=\"text/javascript\" src=\"../script/document/makemenu.js\"></script>");
	}
	if((parent.bExplorer4up) || (parent.bNavigator4up)) {
		document.writeln("<script type=\"text/javascript\" src=\"../script/document/initdrift.js\"></script>");
	}
}

function doLoad() {
	if(window.name != "print") {
		if(parent.bExplorer4up) {
			makeMenu();
		}
		if((parent.bExplorer4up) || (parent.bNavigator4up)) {
			initDrift();
		}
	}
}