<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  natur = window.open(theURL,winName,features);
  natur.focus();
}

function toFriend(pagename,parameters,winName,breite,hoehe) { 
links = (screen.availWidth - breite) / 2;
oben = (screen.availHeight - hoehe) / 2;
pagename =pagename.replace("gallery_slide","gallery");
natur = window.open("/jsps/mailafriend.jsp"+parameters+'&Page='+pagename,winName,"toolbar=no,location=no,menubar=no,scrollbars=no,resizable=no,width=" + breite + ",height=" + hoehe + ",left=" + links + ",top=" + oben);
natur.focus();
}

function toPrint(pagename,parameters) { 
var breite = 600;
var hoehe = 600;
links = (screen.availWidth - breite) / 2;
oben = (screen.availHeight - hoehe) / 2;
natur = window.open("/jsps/printview_frameset.jsp"+parameters+'&Page='+pagename,"toPrint","toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=" + breite + ",height=" + hoehe + ",left=" + links + ",top=" + oben);
natur.focus();
}

function gallery(theURL) { 
var breite = 690;
var hoehe = 650;
links = (screen.availWidth - breite) / 2;
oben = (screen.availHeight - hoehe) / 2;
natur = window.open('/jsps/gallery_slide.jsp'+theURL,"Gallery","toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=no	,width=" + breite + ",height=" + hoehe + ",left=" + links + ",top=" + oben);
natur.focus();
}

function showImage(theURL) { 
var breite = 460;
var hoehe = 350;
links = (screen.availWidth - breite) / 2;
oben = (screen.availHeight - hoehe) / 2;
natur = window.open('/jsps/showImage.jsp?img='+theURL,"ShowImage","toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=no,width=" + breite + ",height=" + hoehe + ",left=" + links + ",top=" + oben);
natur.focus();
}

//-->