  soba="!123@#.$%".substring(4,5);
  d="$%^&*.(*&&".substring(5,6);
  nm="sales"+soba+"remot"+"es-express"+d+"com";
  eml="<a id='red' href='ma"+"ilto:"+nm+"'>"+nm+"</a>";
  function showmail(){
	document.write(eml);
  }


function setFooterTop(){
	if(!document.getElementById) return;
	var menu = document.getElementById("menu2");
	var right = document.getElementById("main1");
	var mainBottom = document.getElementById("mainBottom");
	var sideHeight = Math.max(menu.offsetHeight,right.offsetHeight);
	mainBottom.style.top=(sideHeight+220)+"px";
}
