//JavaScript/TBdropdown.js function PN(U,L,f) { var T=f.substr(0,1); var F=parseInt(f.substr(1,f.length)); var ni=f.indexOf(":"); var N=null; var N2=null; if(ni!=-1){ N=f.substr(ni+1,f.length); ni=N.indexOf(":"); if(ni!=-1){ N2=N.substr(ni+1,N.length); N=N.substr(0,ni); } } switch(T){ case "A":sw.location=L+"Open-Item/Contacts/FormNew?FormID="+F+(N!=null?"&Name="+N:"");break; case "C":CF(U,1,F,N);break; case "D":CD(U,F,N);break; case "I":CF(U,14,F,N);break; case "F":CF(U,2,F,N);break; case "O":sw.location=L+"Open-Item/Calendar/FormNew?FormID="+F+(N!=null?"&Name="+N:"");break; case "P":OCD(U,F,(N?parseInt(N):0),(N2?parseInt(N2):0));break; case "S":CM(U,F,N);break; case "U":UF(N,N2);break; case "V":sw.location=L+"Open-Item/VoiceGreetings/FormNew?FormID="+F+(N!=null?"&Name="+N:"");break; } } //*TBdropdown.js