function popView(id) {
	window.open('/hfx/view.shtml?im=' + id, 'imageView','width=100,height=100,scrollbars=no');
}
