<!--

// Change CSS attribute/s (Font Size) of the page
	function fnSetFontSize(strSize){
		var hLinkTag = document.getElementById("csstag")
		var strFileName = "asra_"+strSize+".css"
		hLinkTag.setAttribute("href", strFileName)
		// window.alert(hLinkTag.getAttribute("href"))
	}

// Write email address to the page - hide from bots
	function displayEmail(myname,mydom){
		document.write("<A HREF=\"mailto:" + myname + "@" + mydom + "\">" + myname + "@" + mydom + "</A>");
	}


// Write my email address with name to the page - hide from bots
	function showEmail(mylogin,mydom,myname){
  		document.write("<A HREF=\"mailto:" + mylogin + "@" + mydom + "\">" + myname + "</A>");
	}

//-->
