function noSpam(user,domain) {
		locationstring = "mailto:" + user + "@" + domain + "?subject=www.amabo.net";
		window.location = locationstring; }

function ingenRam()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = ingenRam;
}


function toggle(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("meny").getElementsByTagName("div");
		if(el.style.display == "none"){
			for (var i=0; i<ar.length; i++){
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}
document.onselectstart = new Function("return false");

