//Javascript Funktionen für www.b-moder.de
//Copyright 2001 by Mathis Moder
//last changed 18.4.2001

function ShowNew (url)

{ 	var win=window.open("","Bilder","width=450,height=450,scrollbars=yes,toolbar=no,resizable=yes,dependent=yes");
win.location = url;
win.focus();
}
