function SetImage(img)
{
	var o = MM_findObj('GalleryImage');
	if (o) o.src = images[img];
}
