<style>
.moosetext {
background-color : #fff6a0;
border: 1px solid #008000;
width: 230px;
}
.moosebutt {
background-color: #db6600;
padding-left:6px;
padding-right:6px;
padding-top:3px;
padding-bottom:3px;
color: #ffffff;
border:1px solid #db6600;
background-image: url(images/button_bg.jpg);
}
.moosebutt:hover {
background-color: #000000;
border:1px solid #000000;
background-image: url(images/button_bg_over.jpg);
}
</style>
<script type="text/javascript">
function setOptions(chosen, Box) {
Box.options.length = 0;
if (chosen == " ") {
Box.options[Box.options.length] = new Option('Please select one of the options above first',' ');
setTimeout(setOptions(' ',document..),5);
}
BEGIN PASTING HERE
}
</script>
<form name="" action=".php" method="post">
<div align="center">
<select class="moosetext" name="" size="1" onchange="setOptions(document...options[document...selectedIndex].value,document..);">
<option value="" selected="selected"> </option>
</select>
<br><br>
<select class="moosetext" name="" size="1" onchange="setOptions(document...options
[document...selectedIndex].value,document..);">
<br><br>
<option value=" " selected="selected">Please select one of the options above first</option> </select>