function makemp(item,pp,w) {
		var cx = document.getElementById('mp' + item);
		if (cx) {
			var ix = document.getElementById('imp' + item);
			if (ix)
				cx.innerHTML = "<img class=mpi src=i/_GPPP.GIF onclick=javascript:makemp(" + item + ",'" + pp + "'," + w + ");>"
			else
				cx.innerHTML = "<img class=mpx id=imp" + item + " src=_getp.php?w=" + w + "&mp=" + pp + " onclick=javascript:makemp(" + item  + ",'" + pp + "'," + w + ");>";
		}
	}
