function pokaz_alert(tt,message){var ktory=tt;var wiadomosc=message;if(ktory==1){var div_alert=document.getElementById('alert_1');div_alert.innerHTML=wiadomosc;$("#mTipYellow").toggle("slow")}if(ktory==0){var div_alert=document.getElementById('alert_0');div_alert.innerHTML=wiadomosc;$("#mTipRed").toggle("slow")}if(ktory==2){var div_alert=document.getElementById('alert_2');div_alert.innerHTML=wiadomosc;$("#mTipBlue").toggle("slow")}}function insertText2(elname,what){if(document.forms['formularz'].elements[elname].createTextRange){document.forms['formularz'].elements[elname].focus();document.selection.createRange().duplicate().text=what}else if((typeof document.forms['formularz'].elements[elname].selectionStart)!='undefined'){var tarea=document.forms['formularz'].elements[elname];var selEnd=tarea.selectionEnd;var txtLen=tarea.value.length;var txtbefore=tarea.value.substring(0,selEnd);var txtafter=tarea.value.substring(selEnd,txtLen);var oldScrollTop=tarea.scrollTop;tarea.value=txtbefore+what+txtafter;tarea.selectionStart=txtbefore.length+what.length;tarea.selectionEnd=txtbefore.length+what.length;tarea.scrollTop=oldScrollTop;tarea.focus()}else{document.forms['formularz'].elements[elname].value+=what;document.forms['formularz'].elements[elname].focus()}}

 function pokaz_id_video(id_video)
            {


          $("#"+id_video+"").toggle("slow");
     }

