// JavaScript Document
function over (id,url)
{
	id.src=url;
	id.style.cursor='pointer';
	}