﻿// JScript File
function copyselect()
		    {
		      document.getElementById("wherefound").value=document.getElementById("select").value;
		    }
		copyselect();


