<!--

//DeCrypt Email START
function UCM(s, shift) {
	var n=0;
	var r="";
	for(var i=0;i<s.length;i++) { 
		n=s.charCodeAt(i); 
		if (n>=8364) {n = 128;}
		r += String.fromCharCode(n-(shift)); 
	}
	return r;
}
function szmc(s)	{
	location.href=UCM(s, 2);
}
//DeCrypt Email END

//Blur Anttrail on links START
function blurAnchors(){ 
if(document.getElementsByTagName) { 
var a = document.getElementsByTagName("a"); 
//collect all anchors A 
for(var i = 0; i < a.length; i++){ 
// mouse onfocus, blur anchors 
a[i].onfocus = function(){this.blur();}; 
} 
} 
} 
window.onload = blurAnchors; 
//Blur Anttrail on links END


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function SwapBox(mulighed)
{
	var m1 = document.getElementById("SwapBox01");
	var m2 = document.getElementById("SwapBox02");
	var m1L = document.getElementById("SwapBoxLink01");
	var m2L = document.getElementById("SwapBoxLink02");
	
	if (mulighed == 1)
	{
		m1.style.display = "block";
		m2.style.display = "none"; 
		m1L.style.fontWeight = "bold";
		m2L.style.fontWeight = "normal"; 
		m1L.style.borderBottomStyle = "solid";   
		m1L.style.borderBottomColor = "#FFF";   
		m1L.style.borderBottomWidth = "0px";  
		m2L.style.borderBottomStyle = "solid";   
		m2L.style.borderBottomColor = "#FFF";   
		m2L.style.borderBottomWidth = "1px";            
	}
	
	if (mulighed == 2)
	{
		m1.style.display = "none";
		m2.style.display = "block";
		m1L.style.fontWeight = "normal";
		m2L.style.fontWeight = "bold";  
		m1L.style.borderBottomStyle = "solid";   
		m1L.style.borderBottomColor = "#FFF";   
		m1L.style.borderBottomWidth = "1px"; 
		m2L.style.borderBottomStyle = "solid";   
		m2L.style.borderBottomColor = "#FFF";   
		m2L.style.borderBottomWidth = "0px";         
	}
}


// -->