function openPhotoPopup(){
	w = window.open('/content/beforerenovation.htm','w','scrollbars=1,status=0,toolbar=0,resizable=1,width=640,height=380');
	if (w!=null) w.focus();
}
