defaultStatus = ":: Barreca Associati - Exhibition Design ::"

function displayStatusMsg(msgStr) {
  status=msgStr;
  document.returnValue = true;
}

function popupMsg(msg) {
  alert(msg);
}

function lhFXeffect() 
	{
	lhFXaff = "";
	for(lhFXa=0;lhFXa<lhFXtext.length;lhFXa++)
		{
		lhFXlettre = lhFXtext.charAt(lhFXa);
		if(lhFXa == lhFXpos || lhFXa == (lhFXpos+lhFXincrement))
			lhFXaff += "<FONT COLOR=#FFFFFF>"+lhFXlettre+"</FONT>";
		else
			lhFXaff += lhFXlettre;
		}
for(lhFXa=0;lhFXa<lhFXtextb.length;lhFXa++)
		{
		lhFXlettre = lhFXtext.charAt(lhFXa);
		if(lhFXa == lhFXpos || lhFXa == (lhFXpos+lhFXincrement))
			lhFXaff += "<FONT COLOR=#FFFFFF>"+lhFXlettre+"</FONT>";
		else
			lhFXaff += lhFXlettre;
		}
	document.getElementById("lhFX").innerHTML = lhFXaff;
	if(lhFXpos == lhFXtext.length)
	  (lhFXpos == lhFXtextb.length)
		lhFXincrement = -1;
	if(lhFXpos == 0 && lhFXincrement== -1)
		lhFXincrement = 1;
	lhFXpos = lhFXpos+lhFXincrement;
	timer = setTimeout("lhFXeffect()",30)
	}

function DisplayMail(Server, Login, Display){
if ((Display.length == 0) || (Display.indexOf('@')+1)) {
document.write("<a href=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Login + "@" + Server + "</a>"); }
else {
document.write("<a href=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Display + "</a>"); }
}

