
function mif (items ,Param) {
var opt2_;
   if (document.all != null) { 
       theObj =  document.all[items];
       if (Param=='show') opt2_='url("pocht2.gif")';
       if (Param=='hide') opt2_='url("pocht1.gif")';
       if (theObj) theObj.style.background = opt2_;   
	   }
 }
 
