//---------------------------------------------
// Hilfsfunktionen für Shopmichel V. 2.0
// Modul-Version 1.0 vom Januar 2002
// Autor: Johann-Christian Hanke
// gehört zu: shopmichel.de
//---------------------------------------------

// FENSTER-Funktion für externe Docs wie AGB, Impressum
function popwin(filename) {
var win;
win=window.open(filename,"externdoc",
"width=520,height=400,left=10,top=5,scrollbars=yes,resizable=yes");
win.focus();
}

