Forum Moderators: open
<SCRIPT>
function show(txt)
{
var filedesc = "images/jpeg/mayfair/mayfair"+txt+"stor.jpg"
window.open ('popup.html?'+filedesc, 'newwindow', config='height=480,width=640, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no');
}
</SCRIPT>
The function calling the script, show(txt) where txt is a three digit code matching the number in the filename..