start the script and specify as first argument of the function Combo(), the id of the input and as second argument the entries of the drop-drown-menu, in csv format:
<script type="text/JavaScript">
Combo('myCombo', 'first value,second value,third value, etc.');
</script>