/**
 * TidRom - Javascript
 *
 */
 
function Load1() {
			document.getElementById("info").innerHTML='<br>'+
			'Ring oss og snakk med Øyvind Skogrand'+
			'<br>'+
			'på 22 99 94 50 for informasjon.'+
			'<br><br>';
			
			document.getElementById("layer").innerHTML='';
	}
	
	function Show() {
		document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
		' data="Filer/Oyvind.swf" width="320" height="260">'+
		'<param name="movie" value="Filer/Oyvind.swf" />'+
		'<param name="wmode" value="transparent"/>'+
		'</object>';
		
		document.getElementById("info").innerHTML='';
	}
	
	function Show2() {
		document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
		' data="Filer/Vegar.swf" width="320" height="260">'+
		'<param name="movie" value="Filer/Vegar.swf" />'+
		'<param name="wmode" value="transparent"/>'+
		'</object>';
		
		document.getElementById("info").innerHTML='';
	}
	
	function Show3() {
		document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
		' data="Filer/Marie.swf" width="320" height="260">'+
		'<param name="movie" value="Filer/Marie.swf" />'+
		'<param name="wmode" value="transparent"/>'+
		'</object>';
		
		document.getElementById("info").innerHTML='';
	}
	
	function Show4() {
		document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
		' data="Filer/Nina.swf" width="320" height="260">'+
		'<param name="movie" value="Filer/Nina.swf" />'+
		'<param name="wmode" value="transparent"/>'+
		'</object>';
		
		document.getElementById("info").innerHTML='';
	}
	
	function Show5() {
		document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
		' data="Filer/Madeleine.swf" width="320" height="260">'+
		'<param name="movie" value="Filer/Madeleine.swf" />'+
		'<param name="wmode" value="transparent"/>'+
		'</object>';
		
		document.getElementById("info").innerHTML='';
	}
	
	function Show6() {
		document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
		' data="Filer/Rune.swf" width="320" height="260">'+
		'<param name="movie" value="Filer/Rune.swf" />'+
		'<param name="wmode" value="transparent"/>'+
		'</object>';
		
		document.getElementById("info").innerHTML='';
	}
	
	function Show7() {
		document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
		' data="Filer/Hilde.swf" width="320" height="260">'+
		'<param name="movie" value="Filer/Hilde.swf" />'+
		'<param name="wmode" value="transparent"/>'+
		'</object>';
		
		document.getElementById("info").innerHTML='';
	}
	
	function Show8() {
		document.getElementById("layer").innerHTML='<object type="application/x-shockwave-flash" '+
		' data="Filer/Ida.swf" width="320" height="260">'+
		'<param name="movie" value="Filer/Ida.swf" />'+
		'<param name="wmode" value="transparent"/>'+
		'</object>';
		
		document.getElementById("info").innerHTML='';
	}
	
	function Hide() {
		document.getElementById("layer").innerHTML='';
		
		document.getElementById("info").innerHTML='<br>'+
			'Ring oss og snakk med Øyvind Skogrand'+
			'<br>'+
			'på 22 99 94 50 for informasjon.'+
			'<br><br>';
	}
