/*-----------------------------------------
	plik: 'funct.js'
	data utw.: 2005.04.21  12.54
	data ost. modyf.:
	autor: Tomasz Ryczanik
  -----------------------------------------*/


function display_window(url,width,height) {
	var win = window.open(url,"popup",'width=' + width + ',height=' + height + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,left,top');
}
