function showList() {
	document.getElementById("affiliateList").style.top = "-13px";
}

function hideList() {
	document.getElementById("affiliateList").style.top = "-1000px";
}