//JavaScript/RecipientFunctions.inc T=139 function vn(f,i,s,o){ var F=document.forms["MainForm"]; if(CS==1){ CS=; F.action="/plugins/FOV2-0010A815/FOV2-0010A819/FAV2-00105510/FOV2-00105547/FOV2-00105582/FOV2-0010558E/S00873539/FormSave?Clear=0&Close=-1&JumpAction=3&O=Insert&E=1&F="+f+"&I="+i+"&s="+uesc(s)+"&AB=1&LF=1&CF=1&RF=1"; if(o) F.action+=o; F.submit(); } return false; } function dn(f,i,o){ var F=document.forms["MainForm"]; if(CS==1){ CS=; F.action="/plugins/FOV2-0010A815/FOV2-0010A819/FAV2-00105510/FOV2-00105547/FOV2-00105582/FOV2-0010558E/S00873539/FormSave?Clear=0&Close=-1&JumpAction=3&O=Delete&E=1&F="+f+"&I="+i; if(o) F.action+=o; F.submit(); } return false; } function dfv(f,i,t,tb,s){ var F=document.forms["MainForm"]; if(CS==1){ CS=; F.action="/plugins/FOV2-0010A815/FOV2-0010A819/FAV2-00105510/FOV2-00105547/FOV2-00105582/FOV2-0010558E/S00873539/FormSave?Clear=0&Close=-1&JumpAction=3&O=Replace&T="+tb+"&E=1&F="+f+"&I="+i+"&FT="+t+"&s="+uesc(s); F.submit(); } return false; } function nvkp(E,f,i,v){ var kc=0; if(typeof(E)=="undefined"||E==null) return true; if(kc==0&&typeof(E.keyCode)!="undefined") kc=E.keyCode; if(kc==0&&typeof(E.charCode)!="undefined") kc=E.charCode; if(kc==0&&typeof(E.which)!="undefined") kc=E.which; if(kc==10||kc==13){ if(v.length) vn(f,i,v); if(typeof(E.preventDefault)=="function") E.preventDefault(); if(typeof(E.stopPropagation)=="function") E.stopPropagation(); return false; } return true; } //*RecipientFunctions T=141