function initPage()
{
	/*var tir = new TitleImageReplacement('contentText','h3','/ecomaXL/dynfont/helvetica.php','text');
	tir.setAdditionalTitleTag('div');
	tir.setImageScriptAdditionalQueryString('&size=15');
	tir.startReplace();*/
}

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("me1");
		if(navRoot) for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}

}
window.onload=startList;


sfHover = function() {
	var sfEls = document.getElementById("me1");
	if(sfEls) sfEls = sfEls.getElementsByTagName("LI");
	if(sfEls) for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("divisions");
		if(navRoot) for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}

}
window.onload=startList;


sfHover = function() {
	var sfEls = document.getElementById("divisions");
	if(sfEls) sfEls = sfEls.getElementsByTagName("LI");
	if(sfEls) for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


startList2 = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("division");
		if(navRoot) for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}

}
window.onload=startList2;


sfHover2 = function() {
	var sfE2s = document.getElementById("division");
	if(sfE2s) sfE2s = sfE2s.getElementsByTagName("LI");
	if(sfE2s) for (var i=0; i<sfE2s.length; i++) {
		sfE2s[i].onmouseover=function() {
			this.className+=" sfhover2";
		}
		sfE2s[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover2\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover2);

function languageHide()
	{
	if(document.getElementById('languageSelect')) {document.getElementById('languageSelect').style.visibility='hidden'}
	if(document.getElementById('countrySelect')) {document.getElementById('countrySelect').style.visibility='hidden'}
	}
	function languageVisible()
	{
	if(document.getElementById('languageSelect')) {document.getElementById('languageSelect').style.visibility='visible'}
	if(document.getElementById('countrySelect')) {document.getElementById('countrySelect').style.visibility='visible'}
	}



