Well there is alot too that. But to get you pointed in the right direction you should name all your selector boxes
<script type="text/javascript">
function Chk() {
if (document.form.sel1.value=="Turkey") {document.form.sel2.value="Gravey"}
if (document.form.sel1.value=="Chicken")...