function displayWindow(adres)
{
	window.open(adres, 'Window','menubar=1, resizable=1, width=660, height=500');
}
