var ns4 = document.layers;
var ns6 = document.getElementById && !document.all;
var ie4 = document.all;

function nyText(nr){
	// Internet Explorer, Netscape Gammal, Netscape Nyare & Mozilla
	nr=nr-1;		
	if(ie4){document.all.idRight.innerHTML = infoArray[nr];}
	else if(ns4){alert("Your webbrowser is to old. You may for example install Mozilla Firefox (www.mozilla.org). Welcome back!");}
	else if(ns6){document.getElementById('idRight').innerHTML = "<table cellspacing=0 cellpadding=0><tr valign=top><td>" + infoArray[nr] + "</td></tr></table>";}
	else{alert("Your webbrowser is to old. You may for example install Mozilla Firefox (www.mozilla.org). Welcome back!");}
}
