
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// NEGORA MACROMEDIA FLASH COMMANDS HANDLER
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	function flash_handler (object, arg) {

		if (object == "menu") {
			switch (arg) {
				case "ent": location.href = "../enterprise/index.php"; break;
				case "loc": location.href = "../location/index.php"; break;
				case "act": location.href = "../activities/index.php"; break;
				case "ser": location.href = "../services/index.php"; break;
				case "gal": open ("../../galeria/index.php", "gallery", ""); break;
				case "lin": location.href = "../links/index.php"; break;
				case "con": location.href = "../contact/index.php"; break;
			}
		}
		
		if (object == "bt_act_winter") {
			switch (arg) {
				case "1": location.href = "ski_alpine.php"; break;
				case "2": location.href = "ski_crosscountry.php"; break;
				case "3": location.href = "ski_crossing.php"; break;
				case "4": location.href = "snowboard.php"; break;
				case "5": location.href = "snowshoes.php"; break;
				case "6": location.href = "dogssled.php"; break;
				case "7": location.href = "snowmbike.php"; break;
			}
		}
		
		if (object == "bt_act_summer") {
			switch (arg) {
				case "1": location.href = "rockodrome.php"; break;
				case "2": location.href = "bow.php"; break;
				case "3": location.href = "tirolina.php"; break;
				case "4": location.href = "walking.php"; break;
				case "5": location.href = "walking_guidance.php"; break;
				case "6": location.href = "riding_bike.php"; break;
				case "7": location.href = "riding_quad.php"; break;
				case "8": location.href = "riding_horse.php"; break;
			}
		}
		
	}