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,left=100,width='+width+',height='+height;
	 	 newwindow=window.open(src,wname,wpars);
	 	 if (window.focus) {newwindow.focus()}
 }


      function on(mi)	{ mi.style.backgroundColor='#DCDFE4'; }
      function off(mi)	{ mi.style.backgroundColor='#f8f8f8'; }

      function on2(mi)	{ mi.style.backgroundColor='#e9e9e9'; }
      function off2(mi)	{ mi.style.backgroundColor='#F9F9F9'; }

	  function on3(mi)	{ mi.style.backgroundImage='url(../backgrounds/box2_on.gif)'; }
      function off3(mi)	{ mi.style.backgroundImage='url(../backgrounds/box2.gif)'; }
	  
      function on4(mi)	{ mi.style.backgroundColor='#F4F5F8'; }
      function off4(mi)	{ mi.style.backgroundColor='#ffffff'; }
