function donewithupload(smdoc, fulldoc, ei) {
	if(ei == "2"){ //changed from ei==1 to separate balls (2) from tables (1) as the uploaded graphic needs to appear in different places
		var graphicDiv = document.getElementById("table-image-table-cover-graphic-115");
		graphicDiv.style.backgroundImage = "url(http://www.partypongtables.com" + fulldoc + ")";
		graphicDiv.style.backgroundPosition = "center";
	}else{
		document.getElementById("logo" + ei).innerHTML = "<a href=\"" + fulldoc + "\" target=_new><img border=0 src=\"" + fulldoc + "\" /></a>";
	}
	document.getElementById("logo" + ei + "h").value = fulldoc;
	//var name="logo" + ei + "h";
	//document.cart_quantity.elements["logo" + ei].innerHTML = "<a href=\"" + fulldoc + "\" target=_new><img border=0 width=60 src=\"" + fulldoc + "\" /></a>";
	//document.cart_quantity.name.value = fulldoc;
}
