function openpict(url, w, h) {
	re = /\//gi;
	h = h + 50;
	dialogWindow=window.open(url, 'fotografie', 'width = '+w+', height = '+h+', innerWidth = '+w+', innerHeight = '+h+',resizable = 1, status = 0, toolbar = 0, titlebar = 0, menubar = 0, location = 0, scrollbars = 0');
}
