
/* Fills the entire screen. Tool bar only */

function open_photo(popurl) {
winpops = window.open(popurl,"","width=740, height=520, left=10, top=3, scrollbars=yes, toolbar=yes, resizable=0")
}
