function commentRules() {
props=window.open('/wp-content/themes/arthemia/static-content/regler.html', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=400, height=400 left = 100, top = 100');
}

function nyPren() {
props=window.open('/wp-content/themes/arthemia/static-content/ny-prenumeration.php', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=400, height=400 left = 100, top = 100');
}

function showList(id) {
	document.getElementById('list1').style.display = 'none';
	document.getElementById('list2').style.display = 'none';
	document.getElementById('list3').style.display = 'none';
	document.getElementById('list'+id).style.display = 'block';
}
