function meny0() {
	if (top.fhmain.document.URL.indexOf("startsida.shtml") ==-1) {top.fhmain.location = "startsida.shtml";}
	if (top.fhtop.document.URL.indexOf("0.shtml") ==-1) { top.fhtop.location = "fhtop0.shtml";}
}
function meny1() {
	if (top.fhmain.document.URL.indexOf("om_franskahus.shtml") ==-1) {top.fhmain.location = "om_franskahus.shtml";}
	if (top.fhtop.document.URL.indexOf("0.shtml") ==-1) { top.fhtop.location = "fhtop0.shtml";}
}
function meny0e() {
	if (top.fhmain.document.URL.indexOf("startpage.shtml") ==-1) {top.fhmain.location = "startpage.shtml";}
	if (top.fhtop.document.URL.indexOf("0e.shtml") ==-1) { top.fhtop.location = "fhtop0e.shtml";}
}
function meny1e() {
	if (top.fhmain.document.URL.indexOf("about_franskahus.shtml") ==-1) {top.fhmain.location = "about_franskahus.shtml";}
	if (top.fhtop.document.URL.indexOf("0e.shtml") ==-1) { top.fhtop.location = "fhtop0e.shtml";}
}
function meny2() {
	var topurl = top.fhtop.document.URL;
	if (topurl.indexOf("2.shtml") ==-1) { top.fhtop.location = "fhtop2.shtml";}
}
function meny3() {
	var topurl = top.fhtop.document.URL;
	if (topurl.indexOf("3.shtml") ==-1) { top.fhtop.location = "fhtop3.shtml";}
}
function meny4() {
	var topurl = top.fhtop.document.URL;
	if (topurl.indexOf("4.shtml") ==-1) { top.fhtop.location = "fhtop4.shtml";}
}
function meny5() {
	var topurl = top.fhtop.document.URL;
	if (topurl.indexOf("5.shtml") ==-1) { top.fhtop.location = "fhtop5.shtml";}
}
function menyord() {
	ordwin=window.open("ordlista.shtml", "ordLista", "height=420,width=420,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,status=yes,location=no");
}
function menyorde() {
	ordwin=window.open("dictionary.shtml", "ordLista", "height=420,width=420,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,status=yes,location=no");
}
function showMap() {
	if (screen.width > 10) { var bredd=screen.width - 40; }
	else { var bredd=640; }
	var hojd=Math.floor(bredd*0.543);
	mapwin=window.open("http://www.franskahus.nu/karta/", "Karta", 'width='+bredd+',height='+hojd+',top=40,left=15,toolbar=yes,menubar=yes,resizable=yes,scrollbars=no,titlebar=yes,status=yes');
}

function removeProject(formnr) {
	f = eval('document.form'+formnr);
	if (confirm("Ta bort projekt?")) {
		f.submit();
	}
}

function newProject() {
	f = document.upform;
	if (f.projnr.value =='') { 
		alert("Ange projektnummer!");
	} else { f.submit(); }
}
