Clicking on a object to view it.

Okay, got a question here. I dithered about whether to put this under Builders or Programmers, since it's Scripting I'm talking about, but this is something Builders will want to know (IF anyone has a good answer
)
Okay, I've been through how to make a Journal. Great tutorial by the way. Mine works and looks great.
Now, I'd like it so that an avie can click on a single page of something and call it up, just like the Relto pages, Sharper's papers on his desk in Teledahn, etc, etc.
At first I was thinking that it would be just like making a journal (and for the Blender part, that's what I've done. I can't see it being anything other than making the object, then making it clickable, and then making a clickable area).
However, when I got to the scripting part, I gave pause.
Two problems: One is the tutorial says, and I quote:
Well that's about as helpful as a face full of mud. Do I simply add lines to the original def?
if (ObjectMsg.value == 'The_Object_Name'):
uam.showBook('<img scr="picture of object" align=center resize=no>', self.key)
or do I copy the whole def statement all over again? (that "self.key" has me bugged).
Next problem was, while I was thinking hard about this, I noticed something: uam.showBook.
Won't that bring up the faded journal pages with my image in the center? Is there another command, like uam.showdarnthing or something else? I'd much rather just have the picture, paper, whatever show up, and not a whole book!
Any help out there? I saw this question asked on another post, but nobody answered about it.

Okay, I've been through how to make a Journal. Great tutorial by the way. Mine works and looks great.
Now, I'd like it so that an avie can click on a single page of something and call it up, just like the Relto pages, Sharper's papers on his desk in Teledahn, etc, etc.
At first I was thinking that it would be just like making a journal (and for the Blender part, that's what I've done. I can't see it being anything other than making the object, then making it clickable, and then making a clickable area).
However, when I got to the scripting part, I gave pause.
Two problems: One is the tutorial says, and I quote:
"if you want to add a new journal in you only need to duplicate your python code and change only what is needed."
Well that's about as helpful as a face full of mud. Do I simply add lines to the original def?
if (ObjectMsg.value == 'The_Object_Name'):
uam.showBook('<img scr="picture of object" align=center resize=no>', self.key)
or do I copy the whole def statement all over again? (that "self.key" has me bugged).
Next problem was, while I was thinking hard about this, I noticed something: uam.showBook.
Won't that bring up the faded journal pages with my image in the center? Is there another command, like uam.showdarnthing or something else? I'd much rather just have the picture, paper, whatever show up, and not a whole book!
Any help out there? I saw this question asked on another post, but nobody answered about it.