// JavaScript Document

function openDataWindow(fname){
	w = window.open(fname,'estate','width=420,height=500');
	w.focus();
}