I want to create the effect that an image will change in size when it is pointed by the mouse cursor, as in html: <img src="URL of the image" onmouseover = "this.width = 500; this.height = 500;" onmouseout = "this.width = 400; this.height = 400;" width = "300" height = "300" alt = "" />