﻿
/* 
	This is called when the image has loaded
*/

function	userOnloadCallback( e )	{

	// Update the onscreen description
	$('imagetitle').set('text', e.name);
	$('imagedesc').set('text', e.title);
}
