﻿
/* 
	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);

	$('canvas_text').setStyle('width', e.width);
	$('canvas_text').setStyle('visibility', 'visible');
}

