var site = "menu";
var borderleft = 15;
var bordertop = 15;
var picpath = root + "pictures/" + site + "/";
var soundpath = root + "sound/" + site + "/";
var linkpath = root + "linksites/" + site + "/";
var thumbspath = picpath + "thumbs/";
var pic = site + "_";
var picend_1 = ".jpg"
var snowsrc = thumbspath + "flocke.gif";
var snowsrcnacht = thumbspath + "flockenacht.gif";
var no = 100;//Schneeeinstellung
var backpiclink = "http://www.peschulz.de/index1.html";
var jet1 = root + "pictures/jet1.gif";
var jet2 = root + "pictures/jet2.gif";
var snd;
var nacht = 0;
//var backpic = "";//root + picpath + "backpic" + season + ".jpg";


var varpic1 = "<img id='vpic1' src=" + picpath + "offerte_1.gif>";

var glinktooltip = "By clicking here, you are going into my village.<br>Wenn Du hier klickst, kommst Du in mein Dorf.";
var mondtooltip = "By clicking here, you are the ruler about day and night<br>Wenn Du hier klickst, bist Du Herrscher über Tag und Nacht";
var offpictooltip = "By clicking here, you move through the seasons<br>Wenn Du hier klickst, machst Du eine Wanderung durch die Jahreszeiten";
var implink = "<a href='impress.html' style='position:absolute;right:50px;bottom:50px;font-style:italic;text-decoration:none;font-size:12;color:#FFFFFF'>Impressum</a>";


var ueberschriftformat = "id='L1' href=" + backpiclink + " onmouseover=\"showToolTip(event,glinktooltip,-60,180,'u');return false\" onmouseout=hideToolTip() target='_new' style='text-decoration:none;color:#000000;position:absolute;top:85;left:185;font-family:Verdana;font-size:24;font-style:italic;font-weight:bold;'";
var nachtclick = "<a href=javascript:dark()><img id='mond' onmouseover=\"showToolTip(event,mondtooltip,-80,200);return false\" onmouseout=hideToolTip() style='border:0;' height=40 src='" + picpath + "mond.gif'></a>";
var offpicclickclick = "<div><map name='pop'><area shape='circle' coords='500,300,100' href='#' onclick = javascript:seasonstour('all') onmouseover=\"showToolTip(event,offpictooltip,-60,200);return false\" onmouseout=hideToolTip()></map></div>";
var xmascallink = "<a href='" + root + "linksites/xmas/xmascal.html' style='position:absolute;right:150px;bottom:50px;font-style:italic;text-decoration:none;font-size:12;color:#FFFFFF'>Weihnachtskalender</a>";


var alttext;
var alttextge = "Glocksin in den vier Jahreszeiten";
var alttexten = "Glocksin in the four seasons";
var ueberschriften;
var ueberschriftge;
var titel;
function heading(period){
switch (period) {
	case 1:
		ueberschriften = "<a " + ueberschriftformat + ">The spring is coming... (hopefully)...</a><br>";
		ueberschriftge = "<a " + ueberschriftformat + ">Der Frühling beginnt... (hoffentlich)...</a><br>";
		titel = "fruehling.mid";
		//titel = "dicketitten.mp3";
		break;
	case 2:
		ueberschriften = "<a " + ueberschriftformat + ">Summer in Mecklenburg... </a><br>";
		ueberschriftge = "<a " + ueberschriftformat + ">Sommer in Mecklenburg...</a><br>";
		titel = "sommer.mid"
		break;
	case 3:
		ueberschriften = "<a " + ueberschriftformat + ">The autumn begins...</a><br>";
		ueberschriftge = "<a " + ueberschriftformat + ">Der Herbst beginnt, die Kraniche ziehen...</a><br>";
		titel = "herbst.mid";
  		break
  	case 4:
		ueberschriften = "<a " + ueberschriftformat + ">The autumn is present...</a><br>";
		ueberschriftge = "<a " + ueberschriftformat + ">Herbst in Mecklenburg...</a><br>";
		titel = "herbst.mid";
  		break
	case 5:
		ueberschriften = "<a " + ueberschriftformat + ">My little Village in the winter</a><br>";
		ueberschriftge = "<a " + ueberschriftformat + ">Mein kleines Dorf im Winter</a><br>";
		titel = "winter.mid";
  		break
  	case 6:
		ueberschriften = "<a " + ueberschriftformat + ">Christmas in Glocksin</a><br>";
		ueberschriftge = "<a " + ueberschriftformat + ">Weihnacht in Glocksin</a><br>";
		titel = "weihnacht.mid";
  		break
}

//snd = "<object data=" + soundpath + titel + " type='audio/x-wav'></object>"
snd = "<EMBED style='visibility:hidden' SRC=" + soundpath + titel + " AUTOSTART=true LOOP=5>";
}





