
function url(p_path){return p_path;}
function isNumberKey(evt){var charCode=(evt.which)?evt.which:31;if(charCode>31&&(charCode<48||charCode>57)&&charCode!=63272&&charCode!=63234&&charCode!=63235&&charCode!=63232&&charCode!=63234){return false;}
return true;}