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