/*function e(){try{MSDropDown.init("#phoneid select");
MSDropDown.init("#m_phoneid select");}catch(e){alert(e);
}}*/
function showValue(arg,arg2){var s=(arg2==undefined)?"":"<br /><font color='darkgreen'>value:</font> "+arg2;
$("#selectedvalue").html("<font color='darkgreen'>label:</font> "+arg+s);
}var counter=1;function output(msg,id){if(counter>=100){counter=1;
}var old=$("#output").html();$("#output").html((counter++)+": id= "+id.id+" : "+msg+"<br />"+old);
}function lostFocusFN(arg1,arg2,len){var l=document.getElementById(arg1).value.length;
if(len==l){document.getElementById(arg2).focus();}}function phoneValidationUSA(arg,len){var ln=document.getElementById(arg).value.length;
if(!(ln==len)){alert("Please Enter "+len+" Digit");
}}function phoneValidationOthers(arg,min,max){var ln=document.getElementById(arg).value.length;
if(ln<min||ln>max){alert("Please Enter Between "+min+" And "+max+" Digit");
}}
