// JavaScript/SendFunctions.inc function vn(f,i,s){ var F=document.forms["MainForm"]; if(CS==1){ CS=0; F.action="/FAV3-00104259/FOV3-00104260/SendFunctions.inc/FormSave?Clear=0&Close=-1&JumpAction=3&O=Insert&E=1&F="+f+"&I="+i+"&s="+uesc(s)+"&LF=1&CF=1&RF=1"; F.submit(); } return 0; } function dn(f,i){ var F=document.forms["MainForm"]; if(CS==1){ CS=0; F.action="/FAV3-00104259/FOV3-00104260/SendFunctions.inc/FormSave?Clear=0&Close=-1&JumpAction=3&O=Delete&E=1&F="+f+"&I="+i; F.submit(); } return 0; } function dfv(f,i,t,tb,s){ var F=document.forms["MainForm"]; if(CS==1){ CS=0; F.action="/FAV3-00104259/FOV3-00104260/SendFunctions.inc/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 0; } 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; } var ow=null; function oUL(){ if(ow!=null) ow.close(); } onunload=oUL; function OPU(U,N,O){ if(ow){ ow.close(); ow=null; } ow=self.open(U,N,O); } var PORO=null; function DPUR(PUT,rc){ var F=document.forms["MainForm"]; if(PUT=="SOAT"){ if(rc==0&&CS==1){ CS=0; var AS="/FAV3-00104259/FOV3-00104260/SendFunctions.inc/FormSave?Clear=0&Close=-1&TargetURL=/FAV3-00104259/FOV3-00104260/SendFunctions.inc"; if(PORO!=null) AS+="&"+PORO; F.action=AS; F.submit(); } } } function OAW(t,o){ if(o)PORO=o; OPU((t?t:"/FAV3-00104259/FOV3-00104260/")+"?Templates=AT&FormID=-1&TargetURL=/FAV3-00104259/FOV3-00104260/SendFunctions.inc","ATTWIN","width=500,height=400,resizable=yes"); } function OOW(){ OPU('/FAV3-00104259/FOV3-00104260/SendFunctions.inc?Close=-1&FormID=172 ','OPTWIN','width=350,height=195,resizable=yes'); } function STT(){ if(typeof(document.images["TOUCHME"])!="undefined") self.setInterval("ATT();",300000); } self.onload=STT; function ATT(){ var I=document.images["TOUCHME"]; if(I) { I.src="/FAV3-00104259/FOV3-00104260/SendFunctions.inc/__Touch?TouchCount="+TC+"&RandomJunk="+Math.floor(Math.random()*65536); ++TC; } } var CS=1; var TC=1;