function move(me){
	if(me.getElementsByTagName('OL')[0]){
		me.getElementsByTagName('OL')[0].style.left="auto";
	}
}
function remove(me){
	if(me.getElementsByTagName('OL')[0]){
		me.getElementsByTagName('OL')[0].style.left="-999em";
	}
}

function changetext(me){
  me.style.fontStyle="normal";
  me.style.color="#000000";
}
function resettext(me){
  if(this.value=""){
    me.style.fontStyle="italic";
  }
}

function mail(mail2, mail1) {
  parent.location = "mailto:"+mail1+"@"+mail2;
}
