function print_r(n,o){var f="",i=this.window.document,j=function(a,c){for(var d="",e=0;e<a;e++)d+=c;return d},m=function(a,c,d,e){c>0&&c++;var k=j(d*c,e),l=j(d*(c+1),e),g="",b;if(b=typeof a==="object"){if(b=a!==null){if(b=a.constructor){b=(b=/\W*function\s+([\w\$]+)\s*\(/.exec(a.constructor))?b[1]:"(Anonymous)";b=b!=="PHPJS_Resource"}b=b}b=b}if(b){g+="Array\n"+k+"(\n";for(var h in a)g+=a[h]instanceof Array?l+"["+h+"] => "+m(a[h],c+1,d,e):l+"["+h+"] => "+a[h]+"\n";g+=k+")\n"}else g=a===null||a===undefined?
"":a.toString();return g};f=m(n,0,4," ");if(o!==true){if(i.body)this.echo(f);else try{i=XULDocument;this.echo('<pre xmlns="http://www.w3.org/1999/xhtml" style="white-space:pre;">'+f+"</pre>")}catch(p){this.echo(f)}return true}else return f};

