// JavaScript Document
function bild_gross(URI) {
window.open(""+URI,"_blank","width=800,height=500")
}
function bild_klein(URI) {
window.open(""+URI,"_blank","width=200,height=150")
}

