function popup(img, w, h) {
	
	window.open(img, null, 'width=' + w + ',height=' + h)
}