	function okno3(url, width, height) {
		var Win = window.open(url,"okno",'width=' + width+ ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=10,top=10' );
	}

	function displayWindow(url, width, height) {
		var Win = window.open(url,"okno",'width=' + width+ ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=10,top=10' );
	}
