function getupload(destinationPath,breite,hoehe)
	{
	x = (screen.availWidth-breite)/2
	y = (screen.availHeight-hoehe)/2
	window.open('/netware/tools/nwrUpload/nwrupload.asp?destinationPath='+destinationPath,'FileUpload',"width="+breite +",height="+hoehe+",resizable=no,scrollbars=no,top="+y+",left="+ x);
	}
