		sPathMain = sPath+'se/';
			sPathResi =   sPathMain+'Resi/';
			sPathResu =   sPathMain+'Resu/';
				sPathResuOl = sPathResu+'Outl/';
				sPathResuRs = sPathResu+'Stat/';

	  	path = window.location.href;
		filename = path.substring(path.lastIndexOf("se/")+3, path.length);
		sPathEN = sPath+'en/'+filename;

		d = new dTree('d');
		d.config.useStatusText=true;
		d.config.useCookies = false;

		d.add(0,-1,'Meny');
		d.add(2,0,'Hem', sPathMain+'index.htm','Till startsidan');
		d.add(3,0,'Produkter','','Våra produkter');
		   d.add(4,3,'Resistenstabell', sPathResi+'index.htm','Kemikalieprogram');
		      d.add(5,4,'Information', sPathResi+'info.htm','Läs mer om Resistenstabell');
		      d.add(6,4,'För vem?', sPathResi+'forwhom.htm','Vilka kan använda Resistenstabell');
		      d.add(7,4,'Demo', sPathResi+'demo.htm','Hämta din Resistenstabell gratis här');
		      d.add(8,4,'Manual', sPathResi+'manual.htm','Hämta en gratis manual till Resistenstabell här');
		      d.add(9,3,'Resurs', sPathResu+'index.htm','Bokningsprogrammet Resurs');
		      d.add(10,9,'Information', sPathResu+'info.htm','Läs mer om Resurs');
		      d.add(11,9,'För vem?', sPathResu+'forwhom.htm','Vilka kan använda Resurs');
		      d.add(12,9,'Demo', sPathResu+'demo.htm','Hämta Resurs gratis för provkörning');
		      d.add(13,9,'Manual', sPathResu+'manual.htm','Hämta en gratis manual till Resurs här');
		      d.add(15,9,'Bilder', sPathResu+'pictures.htm','Se några bilder (screenshots) från Resurs här');
		      d.add(16,9,'FAQ', sPathResu+'faq.htm','Läs om de vanliga frågorna för Resurs här');
		      d.add(17,9,'Support', sPathResu+'support.htm','Läs om support för Resurs här');
		      d.add(18,9,'Moduler','javascript:d.o(17);','Tilläggsmoduler till Resurs');
		         d.add(19,18,'Outlook', sPathResuOl+'index.htm','Läs om Outlookmodulen till Resurs här');
		         d.add(20,19,'Bilder', sPathResuOl+'pictures.htm','Se bilder från Outlookmodulen till Resurs');
		         d.add(21,18,'Statistik', sPathResuRs+'index.htm','Läs om Rapport & statistikmodulen till Resurs här');
		         d.add(22,21,'Bilder', sPathResuRs+'pictures.htm','Se bilder från Rapport & statistikmodulen till Resurs');

		d.add(30,0,'Kontakt', sPathMain+'contact.htm','Tag kontakt med DataPartner');
		d.add(32,0,'Konsulting', sPathMain+'consult.htm','Vad vi kan göra för er');
		d.add(31,0,'Om ...', sPathMain+'about.htm','Mer information om DataPartner');
		d.add(1,0,' In English', sPathEN,'See this page in English','',sPath+'files/img/UKs2.gif');

		document.write(d);

		switch(filename) {
		  case 'index.htm':{d.openTo(2,true);break;}
		  case 'Resi/index.htm':{d.openTo(4,true);break;}
		  case 'Resi/info.htm':{d.openTo(5,true);break;}
		  case 'Resi/forwhom.htm':{d.openTo(6,true);break;}
		  case 'Resi/demo.htm':{d.openTo(7,true);break;}
		  case 'Resi/manual.htm':{d.openTo(8,true);break;}

		  case 'Resu/index.htm':{d.openTo(9,true);break;}
		  case 'Resu/info.htm':{d.openTo(10,true);break;}
		  case 'Resu/forwhom.htm':{d.openTo(11,true);break;}
		  case 'Resu/demo.htm':{d.openTo(12,true);break;}
		  case 'Resu/manual.htm':{d.openTo(13,true);break;}
		  case 'Resu/demointer.htm':{d.openTo(14,true);break;}
		  case 'Resu/pictures.htm':{d.openTo(15,true);break;}
		  case 'Resu/faq.htm':{d.openTo(16,true);break;}
		  case 'Resu/support.htm':{d.openTo(17,true);break;}
		  case 'Resu/Outl/index.htm':{d.openTo(19,true);break;}
		  case 'Resu/Outl/pictures.htm':{d.openTo(20,true);break;}
		  case 'Resu/Stat/index.htm':{d.openTo(21,true);break;}
		  case 'Resu/Stat/pictures.htm':{d.openTo(22,true);break;}
		  case 'contact.htm':{d.openTo(30,true);break;}
		  case 'about.htm':{d.openTo(31,true);break;}
		}
