<!--
function normal(image_name, image_src) {
    eval(document[image_name]).src = 'imgs/buttons/' + image_src + '.gif'; 
}
function over(image_name, image_src) {
    eval(document[image_name]).src = 'imgs/buttons/' + image_src + '_over.gif'; 
}
//Gallery
function openGallery(url){ 
var Fenster = 0;
   
var width=500; 
var height=530;

mywin = window.open(url, 'gallery', "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, width="+width+", height="+height+", left="+(screen.availWidth - width) / 2+",top="+(screen.availHeight - height) / 2+",fullscreen=no");

	if (Fenster > 2)
		mywin.top;
		mywin.focus();
}
// -->