	function popup(url) {
		//window.open(url, "", "width=560,height=378");	// tidl. width=420
		window.open(url, "", "width=560,height=400");	// tidl. width=420, height=378
	}

	function popup680(url)
	{
		window.open(url, "", "width=760,height=400");	// tidl. width=420, height=378 --> 560,400
	}

