var CoverDownload = function() {
	
	
}

function clearinput(obj)
{
	if(obj.value == "Suchbegriff")
	{
		obj.value = "";
	}
}
