// JavaScript Document
function photoViewer(loc,name) {
	window.open (loc,"_blank","location=0,menubar=0,status=0,toolbar=0,scrollbars=1,width=550,height=450,resizable=0"); 
}
