//JavaScript/TBdropdown.js function PN(U,L,f,n) { var T=f.substr(0,1); var F=parseInt(f.substr(1,f.length)); switch(T){ case "A":self.location=L+"Open-Item/Contacts/FormNew?FormID="+F;break; case "C":CF(U,1,F);break; case "D":self.location=U+"FormNew?FormID="+F+"&Name="+uesc(n);break; case "I":CF(U,14,F);break; case "F":CF(U,2,F);break; case "O":self.location=L+"Open-Item/Calendar/FormNew?FormID="+F;break; case "S":self.location=U+"Send?FormID="+F;break; case "U":dU();break; case "V":self.location=L+"Open-Item/VoiceGreetings/FormNew?FormID="+F;break; } } //*TBdropdown.js