function isdefined(object, variable)
{
	return (typeof(eval(object)[variable]) != 'undefined');
}
function doStart() {
	startFader();
	startTree();
	if (!(typeof initialize === "undefined")) {
		initialize();
	}
	if (!(typeof initSlider === "undefined")) {
		initSlider();
	}
}
//var html = true;
/*
function var_dump(obj) {
   if(typeof obj == "object") {
      return "Type: "+typeof(obj)+((obj.constructor) ? "\nConstructor: "+obj.constructor : "")+"\nValue: " + obj;
   } else {
      return "Type: "+typeof(obj)+"\nValue: "+obj;
   }
}*/

	
