// Drop Down Javascript
function showHide(showdrop, value){
	document.getElementById(showdrop).style.display = value;
}


