function showDownloads(){
//	alert('Was here');
	document.getElementById("downloadheadlines").style.visibility = "visible";
}

function hideDownloads(){
//	alert('Was here');
	document.getElementById("downloadheadlines").style.visibility = "hidden";
}
