function popout(f){
po=window.open("/popout.cfm?f="+f,"popout","titlebar=no, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=320, height= 140");
po.moveTo(200,200);
po.focus();
}