function mnON(n){
	document.getElementById("a"+n).style.textDecoration="underline";
}
function mnOFF(n){
	document.getElementById("a"+n).style.textDecoration="none";
}
function mnON_2(n){
	document.getElementById("mnim"+n).src="/templates/freliajs/images/mn"+n+".jpg";
	document.getElementById("a"+n).style.textDecoration="underline";
}
function mnOFF_2(n){
	document.getElementById("mnim"+n).src="/templates/freliajs/images/mn"+n+"_.jpg";
	document.getElementById("a"+n).style.textDecoration="none";
}
function chLOC(n){
	document.location=n;
}
function applyBannerZone(str) {
	for (var i = 0; i < document.forms.length; ++i) {
		if (document.forms[i].posted != null) {
			document.forms[i].posted.value = str;
		}
	}
}

