function openWindow (URL, width, height)
			{
				var features = 'width=' + (width + 16) + ',height=' + (height + 16) + ',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0';
				window.open (URL, 'slika', features);
			}
