function browserCheck() {
if (document.layers) {
	alert("Vi stödjer tyvärr inte din webbläsare\nAnvänd Internet Explorer 5.0, Netscape Navigator 6.0\neller nyare versioner av dessa.");
	}	
}

function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

