HTML-низ

<!--Кнопка "Скачать"-->
<style>#button-download {background-image: url(http://i045.radikal.ru/0805/4a/f04a8408c251.gif) !important; padding: 0; line-height: 0; background-position: center; background-repeat: no-repeat; height: 26px; width:100%;}
</style>
<script type="text/javascript">
function tag_urld(){
var enterURL = prompt("Введите ссылку скачиваемого файла", "http://");
var enterTITLE = prompt("Введите описание скачиваемого файла", "--[/b]");
insert('[url='
+ enterURL +
']' + enterTITLE + '[/url]');}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<img src='/i/blank.gif' title='Вставить тег \"Скачать\"' id='button-download' onclick=\"tag_urld()\">"
</script>