﻿/****************************************************************************
* standard.js
* Common JavaScript functions 
* author: asieben
*
***************************************************************************/

//______________________________________________________________________
// new window opener

function klein(bild) {
        newWin = window.open("anzeige.html?" + bild, "Sabine Lohf - Detaildarstellung", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=640,height=550");
}


