
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// 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": location.href = "../../galeria/index.php"; break;
				case "lin": location.href = "../links/index.php"; break;
				case "con": location.href = "../contact/index.php"; break;
			}
		}
		
		if (object == "bt_ser") {
			switch (arg) {
				case "1": location.href = "restaurant.php"; break;
				case "2": location.href = "renting.php"; break;
				case "3": location.href = "skischool.php"; break;
				case "4": location.href = "pressroom.php"; break;
				case "5": location.href = "events.php"; break;
				case "6": location.href = "exhibition.php"; break;
			}
		}
		
	}