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';}			

