function open_win(url, titel){
	return window.open(url, titel, 'width=550, hight=620, scrollbar=yes, resizable=yes');
}

