// JavaScript Document
function showData(){	
	var theVal = document.getElementById("DropdownSites").value;	
	document.getElementById("dataToLoad").value = theVal;
		
}
