	//  javascript

	var arrays = 21;

	if (document.images) {
		var son  = new Array(arrays);

		son[01]  = new Image(600,400);
		son[02]  = new Image(600,400);
		son[03]  = new Image(600,400);
		son[04]  = new Image(600,400);
		son[05]  = new Image(250,400);
		son[06]  = new Image(600,400);
		son[07]  = new Image(600,400);
		son[08]  = new Image(600,400);
		son[09]  = new Image(600,400);
		son[10]  = new Image(600,400);
		son[11]  = new Image(600,400);
		son[12]  = new Image(600,400);
		son[13]  = new Image(600,400);
		son[14]  = new Image(600,400);
		son[15]  = new Image(600,400);
		son[16]  = new Image(600,400);
		son[17]  = new Image(600,400);
		son[18]  = new Image(600,400);
		son[19]  = new Image(600,400);
		son[20]  = new Image(600,400);
		soff     = new Image(600,400);

		son[01].src  = "stugan/Hus%20framsida/Summerhouse3.jpg";
		son[02].src  = "stugan/Hus%20framsida/Sommarhus1.jpg";
		son[03].src  = "stugan/gardsplan.jpg";
		son[04].src  = "stugan/Hus%20framsida/Hush%F6rna-SO603.JPG";
		son[05].src  = "stugan/granat.jpg";
		son[06].src  = "stugan/vy-balkong.jpg";
		son[07].src  = "stugan/Altan/P000613.JPG";
		son[08].src  = "stugan/G%E5ng/0Uteplats&g%E5ng.JPG";
		son[09].src  = "stugan/Uteplats/0Uteplats2-605.JPG";
		son[10].src  = "stugan/moose.jpg";
		son[11].src  = "stugan/K%F6k1/100-0040_STH.JPG";
		son[12].src  = "stugan/K%F6k1/100-0041_STI.JPG";
		son[13].src  = "stugan/K%F6k1/100-0042_STJ.JPG";
		son[14].src  = "stugan/K%F6k1/100-0045_STM.JPG";
		son[15].src  = "stugan/K%F6k2/108-0882-lilla-kok-mot-rodarummet.jpg";
		son[16].src  = "stugan/Hallspis/P000180%20Stora%20hallen.JPG";
		son[17].src  = "stugan/Sovrum/Sovrum1-ov-598.JPG";
		son[18].src  = "stugan/Sovrum/108-0880-spinnrocksrum-mot-soder.jpg";
		son[19].src  = "stugan/TV-rum/109-0915-tv-rum-mot-soder.jpg";
		son[20].src  = "stugan/moose.jpg";
		soff.src     = "stugan/Hus%20framsida/Summerhouse3.jpg";
	}    

	function hscreen(number) {
		if (document.images) {
			if (number != 0) {
				document["screen"].src  = son[number].src;
			}
			else {
				document["screen"].src  = soff.src
			}
		}
	}

