

// Navigeringsknappar

	if (document.images) {

		metaf2 = new Image
		metaf1 = new Image
		vetfil2 = new Image
		vetfil1 = new Image
		blogg1 = new Image
		blogg2 = new Image
		avh2 = new Image
		avh1 = new Image
		text2 = new Image
		text1 = new Image
		filhis2 = new Image
            	filhis1 = new Image
		it2 = new Image
            	it1 = new Image
            	lanks2 = new Image
            	lanks1 = new Image
            	gastb2 = new Image
            	gastb1 = new Image
            
		
		metaf2.src = "metaf2.gif"
		metaf1.src = "metaf1.gif"
		vetfil2.src = "vetfil2.gif"
		vetfil1.src = "vetfil1.gif"
		blogg2.src = "blogg2.gif"
		blogg1.src = "blogg1.gif"
		avh2.src = "avh2.gif"
		avh1.src = "avh1.gif"
            	text2.src = "text2.gif"
            	text1.src = "text1.gif"
		filhis2.src = "filhis2.gif"
		filhis1.src = "filhis1.gif"
		it2.src = "it2.gif"
		it1.src = "it1.gif"
            	lanks2.src = "lanks2.gif"
            	lanks1.src = "lanks1.gif"
		gastb2.src = "gastb2.gif"
		gastb1.src = "gastb1.gif"
	}
	else {
		metaf1 = ""
		metaf2 = ""
		vetfil1 = ""
		vetfil2 = ""
		blogg2 = ""
		blogg1 = ""
		avh2 = ""
		avh1 = ""
            	text2 = ""
            	text1 = ""
		filhis2 = ""
		filhis1 = ""
		it2 = ""
		it1 = ""
            	lanks2 = ""
            	lanks1 = ""
		gastb2 = ""
		gastb1 = ""

            	document.metafknapp = ""
		document.vetfilknapp = ""
		document.avhknapp = ""
            	document.textknapp = ""
            	document.filhisknapp = ""
		document.itknapp = ""
            	document.lanksknapp = ""
		document.gastbknapp = ""

	}

	

