	function popup(path ,w, h) {
		TheImgWin = window.open(path,'image','height=' + h + ',width=' + w + ',toolbar=no,directories=no,status=no,' + 'menubar=no,scrollbars=no,resizable=no');
		TheImgWin.resizeTo(w, h);
		TheImgWin.focus();
	}
