function mmover(id){td=eval_("td_"+id);td.style.backgroundColor="#f3f4f6";td.style.borderColor="#9CA5B8";td.style.color="#006699";}function mmout(id){td=eval_("td_"+id);td.style.backgroundColor="#FFFFFF";td.style.borderColor="#FFFFFF";td.style.color="#000000";}

function mmtoggle(id){expand=(eval_("tr_"+id).style.display=="none"?0:1);eval_("tg_"+id).src="http://www.beljews.info/images/"+(expand?"but_on":"but1_off")+".gif";eval_("tr_"+id).style.display=(expand?"none":"");if(tre=eval_("tre_"+id))tre.style.display=(expand?"":"none");}

function eval_(object){if(document.getElementById)return document.getElementById(object); if(document.all)return eval('document.all.'+object); return false;}
function toggle(objid){f=1;try{o=new Enumerator(objid);}catch(e){f=0;}if(f){s=o.item().style.display=="none"?"":"none";do{o.item().style.display=s;o.moveNext();}while(!o.atEnd());}else{objid.style.display=objid.style.display=="none"?"":"none";}}
function mlit(target,action){target.style.background=action?"#F1F4F5":"#FFFFFF";}
function toggleOne(object){
	if(!(obj=eval_(object)))return false;
	if(!obj.style)return false;
	if(obj.style.display=="none")obj.style.display="";
	else obj.style.display="none";
}
function togglePlus(object){
	if(!(img=eval_(object+'_bullet')))return false;
	if(!(obj=eval_(object)))return false;
	if(!obj.style)return false;
	if(obj.style.display=="none"){
		obj.style.display="";
		img.src=iconsPath+"expand.gif";
	} else {
		obj.style.display="none";
		img.src=iconsPath+"collapse.gif";
	}
}

