function doFind() {
	ColdFusion.Window.create('findwindow','Find','po/finduser.cfm',{center:true,modal:true,width:300, height:300});
}
