In the wedding-photography.html file line 28 contains the following code:
document.images[i].onmousedown = protect;
comment this line out like so:
//document.images[i].onmousedown = protect;
that will stop the pop-ups
Same file, line 49 reads:
<div align="left">
easy peacy
<div align="center">
better yet
<div style="position:absolute;top:100px;left:100px;">
The last one places the entire page left 100 pixels from where it is and down 100 pixels
You could even use right in place of left to specify the distance from the right edge of the browser screen or even be more creative by replacing the px with %
Good Coding
WHAT you;see_is_what=you.get;
-Russ aka DangeRuss