function popPhotos(url,w,h) {
	this.width = w||300;
	this.height = w||300;
	PhotoWin = window.open(url, 'PhotoWin', 'resizable,dependent,width='+this.width+',height='+this.height)
}