// JavaScript Document

function zoomPhoto(url){
	new PopupBox(url,{position:'center',type:'image'});
}
