Hi,
I just want to display 15 images and to link each images to an article, on the same window (without opening a new window).
To do this you need to use an image list configuration file. For each thumbnail that you want in the gallery you define a line in the image list file that looks something like the one below:
img="images/stories...myimage.jpg" url="
mysite.com/..." tmplt="modules/mod_imageflow/templates/urllinktemplate.txt"
If you want to link to a bookmark on the same page, define the html element that you want to link to by giving it a unique id, like id="bookmark1". Then in the url= parameter of the img in the gallery that you want to jump to that link when clicked, specify url="#bookmark1".
I hope I haven't misunderstood what you were asking.
- Ken