function placea(myId, pX, pY) {
	document.getElementById(myId).style.left=pX+"px";
	document.getElementById(myId).style.top=pY+"px";
}