function cload(){
	if(!document.referrer)
		document.write('<div id="hi1" style="position: absolute; left:0px; top:0px; background-color: #FBE4C4; height: 100%; width: 100%; font-family: verdana,arial; font-size: 5pt;"><table height="100%" width="100%" align="center"><tr><td valign="middle" align="center">Willkommen im Forsthaus Lathen.<br>Seite wird geladen...</td></tr></table></div>');
}

function iload(){
	if(document.getElementById){
		if(document.getElementById("hi1"))
			document.getElementById("hi1").style.visibility = "hidden";
	}else{
		if(document.layers){
			if(document.h1)
				document.hi1.visibility = "hidden";
		}else{
			if(document.all.h1)
				document.all.hi1.style.visibility = "hidden";
		}
	}
	pload();
}

var pics;
var pimg = new Array();
function pload(){
	pics = new Array(
		"kopf_01.jpg",
		"kopf_02.jpg",
		"kopf_03.jpg",
		"ghaus00.jpg",
		"bg1.gif",
		"bg2.gif",
		"will_akt.gif",
		"ghaus.gif",
		"gks.gif",
		"anr.gif",
		"kont.gif",
		"impr.gif",
		"will.gif",
    	"ghaus_akt.gif",
    	"gks_akt.gif",
    	"anr_akt.gif",
    	"kont_akt.gif",
    	"impr_akt.gif",
    	"will_high.gif",
    	"ghaus_high.gif",
    	"gks_high.gif",
    	"anr_high.gif",
    	"kont_high.gif",
    	"impr_high.gif",
    	"kon_pic1.jpg",
    	"button_send2.gif",
		"button_send3.gif",
		"imp1.gif",
		"ghaus01.jpg",
		"ghaus02.jpg",
		"ghaus03.jpg",
		"ghaus04.jpg",
		"ghaus05.jpg",
        "ghaus06.jpg",
        "ghaus07.jpg",
		"ghaus01_th.jpg",
		"ghaus02_th.jpg",
		"ghaus03_th.jpg",
		"ghaus04_th.jpg",
		"ghaus05_th.jpg",
        "ghaus06_th.jpg",
        "ghaus07_th.jpg",
		"gks01.jpg",
		"gks02.jpg",
		"gks03.jpg",
		"gks04.jpg",
		"gks05.jpg",
        "gks06.jpg",
        "gks07.jpg",
		"gks01_th.jpg",
		"gks02_th.jpg",
		"gks03_th.jpg",
		"gks04_th.jpg",
		"gks05_th.jpg",
        "gks06_th.jpg",
        "gks07_th.jpg",
        "anreise2.gif",
        "rad.gif",
        "auto.gif",
        "lok.gif",
        "anr_skiz_2.jpg",
        "druck.gif"
	);
	loadpics();
}

function loadpics(){
	if(document.images){
		for (i in pics){
			pimg[i] = new Image();
			pimg[i].src = 'img/'+pics[i];
		}
	}
}

function m_over(n){
	document.images[n].src='img/'+n+'_high.gif';
}

function m_out(n){
	document.images[n].src='img/'+n+'.gif';
}

function m_cl(){
    window.open('anf_skiz.htm','wege','width=403, height=444, left=100, top=20');
}

function thumb(th){
	document.getElementById('mo_tb'+th).style.visibility='visible';
	document.getElementById('mo_tb'+th).style.left = (screen.width/2)-100;
	document.getElementById('mo_tb'+th).style.top = (screen.height/2)-350;
}

function nothumb(th){
	document.getElementById('mo_tb'+th).style.visibility='hidden';
}
