function w(path, properties){
	window.open(path, 'photo', properties);
}
