<script language="javascript">
function add(){
document.form1.slt2.option=new Option(document.form1.slt1.options[document.form1.slt1.selectedIndex].text,document.form1.slt1.options[document.form1.slt1.selectedIndex].value);
}