function display_print() 
{ 
    var display_window = "../photo/photo.html"; 
	window.open(display_window,'Photos','height=525, width=500, top=100, left=100, toolbar=no, status=no, scrollbars=no, menubar=no, resizeable=no');
}
