function ns_move_object(l, t)
{
	this.css.moveTo(l, t);
}

function move_object(l, t)
{
	this.css.style.left = l + "px";
	this.css.style.top = t + "px";
}