function on(mi)	{ mi.style.backgroundColor='#E9F5F4'; }
function off(mi) { mi.style.backgroundColor='#FFFFFF'; }

function FocusWin() { clearTimeout(TimeoutID); xwin.focus(); xwin.parentwin=window; }

function megnyit(wname,src,width,height) 
 {
     wpars='status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=0,resizable=0,dependent=1,width='+width+',height='+height;
	 	 newwindow=window.open(src,wname,wpars);
	 	 if (window.focus) {newwindow.focus()}
 }
 
      function on0(mi)	{ mi.style.backgroundColor='#D4EBE3'; }
      function off0(mi)	{ mi.style.backgroundColor='#ffffff'; }
 
	  function on(mi)	{ mi.style.backgroundImage='url(boxon.gif)'; }
      function off(mi)	{ mi.style.backgroundImage='url(boxoff.gif)'; }

	  function on2(mi)	{ mi.style.backgroundImage='url(boxon2.gif)'; }
      function off2(mi)	{ mi.style.backgroundImage='url(boxoff2.gif)'; }

	  function on3(mi)	{ mi.style.backgroundImage='url(boxon3.gif)'; }
      function off3(mi)	{ mi.style.backgroundImage='url(boxoff3.gif)'; }

