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