function winopen(seite, breit, hoch,scrollbars)
{

	if(scrollbars == null) scrollbars='auto';
	window.open(seite,"createpopup",'width=' + breit + ', height=' + hoch +' ,toolbar=no, scrollbars='+scrollbars+', resizable=no');
}
