function donewithupload(smdoc, fulldoc, ei) {
	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;
}