function setSize(OBJECT,X,Y) {

	OBJECT.style.width = X + "px";
	OBJECT.style.height = Y + "px";

}