function image_view(server, file, w, h) {
	w += 20;
	h += 20;
	var w = window.open('http://' + server + '/data/' + file, '_blank', 'height=' + h + ', width=' + w + ', toolbar=no, titlebar=no, alwaysRaised=yes, scrollbars=auto');
	//	alert(w.document);
	//w.document.onClick = "alert('punt!');";
}