<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript">
function changeValue(selectBox) {
/* selectedItem = selectBox[selectBox.selectedIndex];
selectedItem.value = "1";*/
var follow = document.getElementById("Select1");
follow.value = selectBox.value;