no_action=0; function hla(src, change) { (change==1) ? color="#E8F0F8" : color="#FAFAFA"; src.style.backgroundColor=color; src.style.cursor='hand';} function hlb(src, change) { if (change==1) {src.style.color="black"; src.style.backgroundColor="#E8F0F8";} else {src.style.color="black"; src.style.backgroundColor="#D0D8E0";} src.style.cursor='hand';} function input_update(p) {v=p.value;i=v.indexOf(',');if (i>=0) p.value=v.substring(0,i)+'.'+v.substring(i+1,v.length);}

var openedMenu = '';
function ShowMenu(menuId) {
	var el = document.all[menuId];
	if (el) {
		if(el.style.posLeft) el.style.posLeft = document.all['_'+menuId].offsetLeft - 1;
		if(el.style.posTop) el.style.posTop = document.all['_'+menuId].offsetParent.offsetTop + 21;
		if(!el.flag) el.flag = true;
		el.style.visibility = 'visible';
	}
	openedMenu = menuId;
}
function HideMenu(menuId) {
	if (document.all[menuId]) document.all[menuId].style.visibility = 'hidden';}
function ChangeBgColor(src, color) {
	src.style.backgroundColor=color; src.style.cursor='hand';}			

function setattr() {

	goodemail = "info" + "@" + "plan911" + "." + "info";
    a = document.all ? document.all : document.getElementsByTagName("*");
    aLength = a.length;
    for (var i = 0; i < aLength; i++)
    {
      if (a[i].getAttribute("href"))
      {
      	s = a[i].getAttribute("href");
        if (s.indexOf("plan911mail")!=-1) 
        {
	      a[i].setAttribute("href", "mailto:" + goodemail);
	      if (a[i].innerHTML=="*") a[i].innerHTML = goodemail;
        }
      }
    }

}