<!--
function ShowSource(code) {
document.code.input_1.value = "[url=http://www.gifmix.de/gifs/][img]http://www.gifmix.de/gifs/"+code+"[/img][/url]";
document.code.input_2.value = "<a href=\"http://www.gifmix.de/gifs/\" target=\"_blank\" title=\"Gifs\"><img src=\"http://www.gifmix.de/gifs/"+code+"\" border=\"0\" alt=\"Gifs\"></a>";
}

function copyit(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
therange=tempval.createTextRange()
therange.execCommand("Copy")
}
-->