function dynLayer(a,x,y){
	if (document.getElementById) {
		document.getElementById('dyndiv').style.left = y; document.getElementById('dyndiv').style.top = x; document.getElementById('dyndiv').innerHTML = a;
	}
	else if (document.all) {
		document.all.dyndiv.style.left = y; document.all.dyndiv.style.top = x; dyndiv.innerHTML = a
	}
	else if (document.layers){
		document.dyndiv.left = y; document.dyndiv.top = x; document.dyndiv.document.write('<layer style="width:271px;">'+a+'</layer>'); document.dyndiv.document.close()
	}
}

var ddkontakt = '<img src="img/menu/bottom/dropdown/kontakt.gif" width="217" height="150" border="0" usemap="#kontakt">';
var ddgeschichtungen = '<img src="img/menu/bottom/dropdown/geschichtungen.gif" width="217" height="408" border="0" usemap="#geschichtungen">';
var ddsammlpubli = '<img src="img/menu/bottom/dropdown/sammlpubli.gif" width="217" height="1108" border="0">';

function galerie(a,b,i) {
	document.images[sel].src = "img/common/D7D7AA.gif";
	document.images["dot"+b+i].src = "img/common/99CC33.gif";
	nr = i < 10 ? "0" + i : i;
	document.images["imagedisplay"].src = "img/galerie/"+b+"/"+nr+".jpg";
	if (b == "werke") {
		document.images["info"].src = "img/info/"+b+"/"+nr+".gif";
	}
	if (b == "atelier") {
		if ((i > 6 && i < 10) || (i > 15)) document.images["info"].src = "img/info/"+b+"/02.gif";
		else document.images["info"].src = "img/info/"+b+"/01.gif";
	}
	if (b == "galerie") {
		if (i < 6) document.images["info"].src = "img/info/"+b+"/01.gif";
		else if (i < 8) document.images["info"].src = "img/info/"+b+"/02.gif";
		else document.images["info"].src = "img/info/"+b+"/03.gif";
	}
	sel = "dot"+b+i;
}

function win(url,name,features) {
	name=window.open(url,name,features);
	name.focus();
}