

	var season = "xmas";	//None, Xmas, Halloween, Valentine
	var weather = "none";	//snow, wind, rain, hot, cold, warm
	
	
	var Moving_Dhtml_Object = "false";
	var Dhtml_Lib = "false";
	var run_fall_object = "false";


	if (season == "Halloween")
	{
		var bat_img_dir = "ect/animal_insect/";
		flying_object = "bat";	// call the "dhtmllib.js" and if "bat" calls the "bat.js", if "ant" call the "ant.js"
	}

	if ((flying_object == "bat") || (flying_object == "ant"))
	{
		Dhtml_Lib = "true";
	}
	else if ((flying_object == "butterfly") || (flying_object == "balloon"))
	{
		Moving_Dhtml_Object = "true";
	}
	
	if (weather == "snow")
	{
		var fall_object = "snow_flake"; //---winter---
		flying_object = "none";
		Moving_Dhtml_Object = "false";
	}