function viewPhoto860(newurl) {
    var photoWin_pop = window.open(newurl,'photoWin_pop', 'menubar=no,resizable=yes,scrollbars=yes,width=860,height=660,top=0,left=0');
    photoWin_pop.focus();
}

