indexSelected = function(select){
	//alert(select.value);
	document.getElementById("stock_index").value = select.value;
}