function PV1(n1,dfi) {switch (dfi){ case 1:dWidth=320;dHeight=240;break; case 9:dWidth=320;dHeight=240;break; case 10:dWidth=330;dHeight=200;break; default:dWidth=400;dHeight=300;} var mo1= new Object(); var dv=document.getElementById(n1).value; var p="dialogWidth:"+dWidth+"px;dialogHeight:"+dHeight+"px;help:no;"; var u="/AppRootMain/PubBins/DynaTag/PickFixValue.asp?dv1="+dv+'&dfi1='+dfi; v = window.showModalDialog(u,mo1,p); if (v != null){ s=v.indexOf ('#'); if(s>0){nv=v.substring(0,s);nl=v.substring(s+1,v.length); document.getElementById(n1).value=nv;l="S"+n1;document.getElementById(l).innerHTML =nl;} }} function LM1(n1,dfi) {var mo1=new Object();var dv=document.getElementById('K'+n1).value; if (dv=="") return true; var u="/AppRootMain/PubBins/DynaTag/PickFixValue.asp?lm1=Y&dv1="+dv+'&dfi1='+dfi+'&obj1='+n1; var o=document.getElementById("iFrameLM1"); o.src=u; } function PS1(dti) { var mo1= new Object(); var p="dialogWidth:430px;dialogHeight:320px;help:no;"; var u="/AppRootMain/PubBins/DynaTag/TableUserOptionSetupX.asp?dtid1="+dti; v = window.showModalDialog(u,mo1,p); } function IS3(dti) { var mo1= new Object(); var p="dialogWidth:430px;dialogHeight:500px;help:no;"; var u="/AppRootMain/PubBins/DynaTag/TableUserPageItemSetSetup.asp?dtid1="+dti; v = window.showModalDialog(u,mo1,p); }