<!--

// Get out of frames
if (top != self) { top.location = self.location; }

// pop-up window for larger images
function aWindow(url) { return window.open(url,"thewindow","toolbar=no,height=500,width=650,status=no,scrollbars=no,resizable=yes,menubar=no"); }

//-->