<!--
function openCopyrightWindow(url)
{
	window.open(url,'Copyright','width=400,height=300,menubar=no,scrollbars=auto,toolbar=no,location=no,directories=no,resizable=no,top=200,left=200');
}
function openMapWindow(url)
{
	window.open(url,'Hitta hit','width=200,height=200,menubar=no,scrollbars=auto,toolbar=no,location=no,directories=no,resizable=no,top=200,left=200');
}
-->