What i really want to do, is to to have all the "Name" entries in a Drop Down Menu, and use AJAX to bring up all the other data, with a creenshot being displayed full screen with Javascript...
to populate the dropdown you could use php's SimpleXml. And of course you could either pass the xml directly with the javascript or request a php script returns the correct data.