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