
 function one_str_topmenu(widthTp,nameUrl,nameTxt,okEndTr){
          
          document.write('<Td Width='+widthTp+'% style="padding:5px;cursor:hand;filter:dropshadow(color=000000,offx=1,offy=1,positive=1)" onClick="document.location=\''+nameUrl+'\'">'+
                         '<b>'+nameTxt+'</b></Td>');
          if(okEndTr)
          document.write('<Td Width=1><Img Src="images/topmenu.gif" Border=0 Width=1></Td>');
 }   