var dropDownTreeMenu =
{
	initialize:function(options)
	{
		if(!options){ alert('options must be set in dropDownTeeMenu.');return;}
		this.speed = (options.speed)?options.speed:800;
		
	}
	
};
