//JA make easy popup urls
function fullsize(bob) {
var bobURL = "image.htm?image=" + bob;
imageviewer = window.open(bobURL,'imageviewer','scrollbars=yes,resizable=yes,width=100,height=100');
imageviewer.focus();
}